Tagged: mobile menu
Hi there, on this page: http://dev.razorplan.com/ (then click the Francais in menu to see…)
I need to hide the menu. I was able to on desktop, but on mobile, if I hide it, it hid the menu on ALL pages…which I don’t want. I only want that one page to not have a menu showing for both desktop and mobile views.
Can you help?
Hey BrendaSarg,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-1286 #advanced_menu_toggle {
display: none !important;
}
Best regards,
Jordan
You are awesome, thank you!