• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo. I’ve installed a responsive plugin for menus in my website, but I can’t make the native mobile menu go away. It stills appearing in the back when I access by mobile or tablet.

    I tried

    .nav .navbar-nav .sparkling-mobile-menu {
    	display: none;
    }

    and

    .sparkling-mobile-menu {
    	display: none;
    }

    but it stills there. Anyone knows how to disable or hide the native mobile menu from the website?

    Best regards,

    Irina

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Irina

    Please try this code and let me know if it worked:

    .navbar-toggle {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Disable mobile menu’ is closed to new replies.