Jump to content

How to disable "More" dropdown in NavBar?


Recommended Posts

Posted

Hello.

Does anybody make this?

I want disable adding this dropdown to the navbar, because I want use vertical menu, but I don't understand how I can do it without rewriting JS.

Thank you.

Posted
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.

Archived

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

  • Recently Browsing   0 members

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