Comments 6Moofrad started the conversationMarch 31, 2020 at 10:29amHiIs 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,022Andrew repliedMarch 31, 2020 at 11:19amHi Moofrad,Am afraid there is no option to have different menu on different pages.Thanks. 6Moofrad repliedMarch 31, 2020 at 12:12pmOK thanks, is it possible to hide the navigation menu on certain pages? 3,022Andrew repliedMarch 31, 2020 at 4:27pmHi Moofrad,Try using no header template on those pages.Hope this helps. 6Moofrad repliedApril 1, 2020 at 9:31pmThanksI 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,022Andrew repliedApril 2, 2020 at 6:42amHi Moofrad,Try the following with page id of the page: #header-outer header { display: none; } Hope this helps. 6Moofrad repliedApril 2, 2020 at 8:50pmThank you :) Sign in to reply ...
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?
Hi Moofrad,
Am afraid there is no option to have different menu on different pages.
Thanks.
OK thanks, is it possible to hide the navigation menu on certain pages?
Hi Moofrad,
Try using no header template on those pages.
Hope this helps.
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?
Hi Moofrad,
Try the following with page id of the page:
Hope this helps.
Thank you :)