• How do I hide the header on one page? I’ve managed to hide the menu with the following:

    #logo,
    .menu {
    display:none;
    }

    But I can’t figure out the header code. I’m not very CSS savvy.

Viewing 1 replies (of 1 total)
  • katypical

    (@katypical)

    The page title or the header image?

    Just remove the featured image on that page to remove the header image.

    For the page title use this:

    .page-id-2 .entry-header{display:none;}

    Replace the 2 with whatever the page id is on the page you want to hide the title.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide header on one page’ is closed to new replies.