Hi
Please Share Your website URL
Thanks.
Hi
If you Remove Logo in the header,use below code in custom css Field
.logo.pull-left
{
display:none !important;
}
got it. did that. is there a way to remove that white gap at the top and have the header image start from the very top?
thanks again!
If you inspect at that white space in the header then you will see ‘.navbar’ being called. But it is not displayed, so assuming you don’t need that class, just apply this css & you’ll get your header right from the top.
.navbar {
display: none;
}
Hope that helps!
My pleasure! Kindly post if you’ve any further issues. Thanks!