[Resolved] Remove Header before menu

Home Forums Support [Resolved] Remove Header before menu

Home Forums Support Remove Header before menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154734
    Lloyd

    Hi Everyone, How can I remove the header above the main menu?
    When I inspect the code the .inside-header div = padding 40px
    inline:37

    But I cant find this in the css file?
    Any help would be appreciated.
    header

    #154791
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .site-header {
        display: none;
    }

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

    #154796
    Lloyd

    Hi Tom, Brilliant, that done the trick, Thanks very much.

    #154797
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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