Archived topic
Remove header and just leave content?
7 replies · Started by Lazar on September 28, 2017
Hi, is there a way to remove the site header? I just have a white bar above the header menu on all pages, how can I remove it?
I tried to add this css using simple css, but nothing is happening. :/
.entry-content {
margin: 0;
}
Sorry for being a noob. :/
If you have nothing in your header, you can set all your heading padding to 0: Customize > Layout > Header
Or add this CSS:
.site-header {
display: none;
}
Thank you Tom! The CSS worked!
However when I enter Customize > Layout > Header I can't change any padding, only drop-down menus for Header Width, Inner Header Width, and Header Alignment. Don't know why.
You likely don't have the Spacing add-on activated.
Sorry for bothering you but I have another question, is there a way for me to add the logo of the site on top of the featured image of my page header? I assume I could do it using code in the content section? Thank you so much!
Can you show me an example?
https://i.imgur.com/MDsffJ0.jpg
I want to put logo on top of the current image so I could get the parallax effect behind the logo.
How is that image added?
That can be done using the page header add-on: https://docs.generatepress.com/article/page-header-overview/
Let me know.