[Resolved] Easiest way to completely delete the website's header ?

Home Forums Support [Resolved] Easiest way to completely delete the website's header ?

Home Forums Support Easiest way to completely delete the website's header ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #146623
    Toma

    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.

    #146627
    sercwebmaster

    Hi Toma. This CSS should do it:

    .site-header {
        display: none;
    }
    

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #146688
    Tom
    Lead Developer
    Lead Developer

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.