Hide Header area fully

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27340
    WouterPost1986
    Participant

    Hello Support,

    Can you provide me with a css code to hide the full header/title area? (see image)

    I try to make a page that will start with de slider. So without logo, menu etc.

    Thanks in advance.

    Wouter

    #27344
    Veena
    Moderator

    Pls use the below custom CSS –

    .page-id-512 .sticky-wrapper {
        display: none;
    }
    

    pls provide your page’s id instead of 512.

    #27345
    WouterPost1986
    Participant

    Thanks, that will did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Header area fully’ is closed to new replies.