Dazzling
Remove duplicate mobile toggle button
Go to Appearance > Customize > Additional CSS and paste in the following:
1 2 3 4 |
/** Remove duplicate mobile toggle button when MMM is enabled */ .mega-menu-primary .navbar-toggle { display: none !important; } |