Jump to content

How to disable "More" dropdown in NavBar?


Recommended Posts

6 hours ago, steve00 said:

untested ... in custom.css add:


#elNavigationMore {
  display: none;
}

 

That won't work. The more menu will still be created, you just won't see it.

The only way that I know of is to write a mixin on core.front.core.navBar and to work around _mushAllMenus (I think that's the function name).

But more on topic for this forum: can we make it a little easier to disable this? I have had multiple clients ask for the more menu to be removed.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...