Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
How can I disable menu on one page? Not the home page, just on some selected pages? So they don’t show menu at all
Thank you
Hello,
Add this code into those page’s custom css box(screenshot):
header#header { display: none;}
Best regards!
Thanks, this works, it hides the whole header, can this be done to menu only? So the logo stays but menu is gone?
Thank you
Hello,
Yes, for only the menu, please add this code instead:
#navigation { display: none;}
Best regards!
Hi Mihaila,
This is great, thank you, one more, is it possible to make the whole panel disapeear, as I can disable meny and logo but the space for it stays,
Thanks
Maja
Hello,
Yes, in this case the code to add is this:
.header_wrapper { display: none;}
Best regards!
You must be logged in to reply to this topic.