Remove desktop menu only on mobile view

Home Forums Pro Support Remove desktop menu only on mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69722

    Is it possible to have mobile menu on both desktop and mobile view, but still have desktop menu on desktop view.

    #69723
    Kriti SharmaKriti Sharma
    Keymaster

    Hi

    Welcome to Responsive Menu Pro Support. Hope you are doing great.

    Yes, it is possible. If you don’t use the ‘Original menu to hide’ option in the ‘Initial setup’ tab. Then both theme menu and responsive menu will be visible.
    But if you want to make the theme menu visible only for desktops then you can disable it on mobile devices using custom CSS.

    Regards,
    Kriti

    #69724

    Can you email css code that will work with your plugin.

    #69725
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    I need the URL of your website so that I can give you the CSS code which applies on your theme menu. Because every theme uses different CSS selectors while designing.
    Also, please make sure that you have enabled theme menu on your website.

    Regards,
    Kriti

    #69726

    This is url:

    Home

    #69727
    Kriti SharmaKriti Sharma
    Keymaster

    Hi larry,

    Go to Appearance -> Customize -> Custom CSS. Now paste the following CSS code:

    @media (max-width: 425px){
    .nav-primary{
    display: none;
    }
    }

    • This reply was modified 4 years, 5 months ago by Kriti SharmaKriti Sharma.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove desktop menu only on mobile view’ is closed to new replies.