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].
Hi,
Can we disable the responsivel menu in Focus theme?
 I use a responsivel menu plugin.
Thanks.
 Bruno
Hi Bruno,
Kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css
@media screen and (max-width: 480px) { .so-mobilenav-mobile + * { display: none!important; } .so-mobilenav-standard + * { display: block!important; } }Let me know if this works for you
Cheers
when i put the code, the responsive menu disappears but the tradicional menu appears yet.
i wanna hide all in the mobile version… can i do that?
Hi Bruno,
Try adding this CSS as well:
@media screen and (max-width: 480px) { nav { display: none!important;}}Please try and let me know!