Tagged: hide menu
Hi, if you use a sidebar menu you cant create pages without a menu.
the option to hide the menu is locked if you use a sidebar menu
is there a way to bypass it?
Hey thepash,
I see this is your homepage, do you want to hide just the menu in the sidebar, or the whole sidebar?
Best regards,
Mike
i have no sidebar widgets so it doesnt matter. but just the menu for instance
Hi,
This css will hide the menu for the whole site, Please add this code in the General Styling > Quick CSS field:
.avia-menu.av-main-nav-wrap {
display: none !important;
}
This css will hide the menu on only one page, in this case your frontpage:
#top.home .avia-menu.av-main-nav-wrap {
display: none !important;
}
if you want to target a different page, please let us know.
Best regards,
Mike
thank you! would be perfect to use the code for selcted pages. can i do it with the page id for example? so #top.pageid12243533….?
Hi,
You usually don’t need the top ID included in the CSS, something like this should do:
.page-id-1 .class {
Your CSS here
}
Best regards,
Rikard
Hi thepash,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria