Hi.
Instead of adding new classes in megamenu and also adding styles in custom.css, why not make a simple change in the navbar.less file:
Go to the // Default Navbars section,
scroll down to > .active > a {
and change the color: @navbar-default-link-active-color;
to display: none;
This removes the menu button for every active page.
Whether it works optimally with drop down menus may be a function of whether there is a page associated with the title item in the drop menu.
Thoughts?
I’m a noob, so I’d love to learn if there is a reason for not doing this, at least for simple sites that don’t use drop-downs.
thx!