Standard expand sub-menu items in mobile menu
Hi,
I’m using the North theme for a one-page website. I would like the sub-menu items in the menu on mobile display to be expanded as default. How do I do that?
Thanks for your help!
Kind regards,
Theo
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Theo,
You can do this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#mobile-navigation .sub-menu { display: block !important; } #mobile-navigation .dropdown-toggle{ display: none; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
That worked just spendidly! Thanks a lot for your help!
Kind regards,
Theo
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.