• Resolved jurijsmsk

    (@jurijsmsk)


    Hey, can somebody help me figure out how to remove default mobile menu toggle so i can keep only mega menu?

    .menu-toggle {
    dispay:none;
    }

    This one not working, it hides menu completly, with that i mean, it hides both menus.

    Picture – https://imgur.com/undefined

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @jurijsmsk

    We’ll need a link to your site so we can take a look. It sounds like the CSS code you’ve provided should work, but it’s possible there is another CSS handle you should be using.

    Evan

    @jurijsmsk I just did a quick test locally, and the CSS that you provided should be hiding the menu toggle, correctly, but not the entire menu.

    If it’s hiding both menu toggles, that’s because mega menu must be using the same CSS handle as us, so using the CSS you provided would hide both elements.

    My guess would be you need to be more specific in your CSS declarations:

    .site-header-wrapper .menu-toggle {
       display: none;
    }
    Thread Starter jurijsmsk

    (@jurijsmsk)

    Nah, forget to tell that .menu toggle { display:none;} removes all mobile toggles, still havent figured out

    Thread Starter jurijsmsk

    (@jurijsmsk)

    And i believe mega-menu-toggle should be visible anyways, even if im hiding menu-toggle. Im just clearly not sure whats wrong with that….

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get rid of default menu toggle’ is closed to new replies.