Home>Support>Disable responsive menu in Focus theme

Disable responsive menu in Focus theme

By Bruno Costa, 10 years ago. Last reply by Daniel, 10 years ago.
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

URL: http://www.brunoarte.com.br/wp

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 4 months ago Daniel
    Hi, I Work Here

    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

  2. 10 years, 4 months ago Bruno Costa

    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?

  3. 10 years, 4 months ago Daniel
    Hi, I Work Here

    Hi Bruno,

    Try adding this CSS as well:

    @media screen and (max-width: 480px) { 
    nav { display: none!important;}}

    Please try and let me know!

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More