Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Is it possible to use the responsive menu for selected menus?
I have added a login/register menu that is displayed at the top of the page, but do not want it to be displayed as a responsive menu for mobile. Currently, I am just setting the display to none for this menu and have added it to a footer widget.
Hi wjmccormick
Thanks for running Vantage.
Only the main menu will be rendered by the responsive menu. It’s unfortunately not possible to do anything beyond that.
It is possible to hide your login menu on mobile if that’s what you’re looking to do:
Your menu’s selector would go into the media query with a display: none; property. You could adjust the breakpoint as required.