Okay
  Public Ticket #2344359
Hide Menu / Different Menu depending on page
Closed

Comments

  •  6
    Moofrad started the conversation

    Hi
    Is it possible to hide the header navigation menu on certain pages? 
    Also if I want different navigation menus depending on what page im on, is that possible? 

  •  3,022
    Andrew replied

    Hi Moofrad,

    Am afraid there is no option to have different menu on different pages.

    Thanks.

  •  6
    Moofrad replied

    OK thanks, is it possible to hide the navigation menu on certain pages? 

  •  3,022
    Andrew replied

    Hi Moofrad,

    Try using no header template on those pages.

    4933743021.png


    Hope this helps.

  •  6
    Moofrad replied

    Thanks
    I will try, also I found this code:

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

    Will this work if I set a special class for a specifik page?


  •  3,022
    Andrew replied

    Hi Moofrad,

    Try the following with page id of the page:

    #header-outer header {
        display: none;
    }
    

    Hope this helps.

  •  6
    Moofrad replied

    Thank you :)