Archived topic
Easiest way to completely delete the website's header ?
2 replies · Started by Anonymous on October 22, 2015
I was convinced that there would be a button for this, but I just can't find it.
Since I edited my website a little bit after upgrading to the premium theme, I now have nothing to put in the header, and it's just a blank gray space, so I would just like to completely get rid of it, but I have no idea how.
Hi Toma. This CSS should do it:
.site-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
The above CSS is perfect, thanks @sercwebmaster! :)
I agree that there should be an option for this as well, I'll look into adding something!
