• Hi there,

    I am using the Freak theme.

    I would like to hide the header on certain pages and have tried the code below in custom .css. It works but the only problem is that I have no navigation on those particular pages because the menu is part of the header.

    I have also tried using .site-description which I found in another post but no joy. Could you please help?

    Thanks!

    .page-id-25 .site-header {
    display: none;
    }

    .page-id-31 .site-header {
    display: none;
    }

    Thank you!

    The page I need help with: [log in to see the link]

  • The topic ‘Freak Theme – Menu Disappears with Header’ is closed to new replies.