Hi, I want to hide the menu on specific pages and have added this code in quick CSS.
.page-id-13463 .main_menu { display: none; }
This works but only on desktop view. How can I hide the menu on specific pages also on mobile view?
Thanks Dietmar
Hey pumpmakers,
Adjust the css to this:
.page-id-13463 .main_menu, .page-id-13463 .av-hamburger { display: none; }
Best regards,
Jordan Shannon
Hi Jordan, thank you – it works!
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard, thanks you can close it.