Archived topic
Header is "empty"
7 replies · Started by Nate on April 7, 2016
I have a header on my home page that has a background image and some text content. After updating the page, the header content displays (class of inside-content-header), however, above that there is a gap between the nav and the header content with the class "inside-header" that has 40px of top and bottom padding. If I disable the header, the gap disappears but the header content still displays. I have not added any custom styling. Any suggestions?
Hi there,
Any chance you can link me to the page so I can see?
Hi Tom,
Unfortunately this is a local dev setup I have running. Anything else I can try providing? Source code, screenshots?
Thanks for the quick response.
Screenshots might be helpful :)
I think I might have figured it out. I got confused between the unique page by page header and the "global" header in the customizer. Is there anyway to hide the global header other than on a page by page basis in the disable elements widget??
Thanks again.
You can use some CSS for that:
.site-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Perfect. Thanks!
You're welcome :)
