Site logo

Archived topic

Remove header and just leave content?

7 replies · Started by Lazar on September 28, 2017

Viewing posts 1–8 of 8

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?

This archived topic is closed to new replies.