Jump to content

How to disable "More" dropdown in NavBar?

Featured Replies

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.

untested ... in custom.css add:

#elNavigationMore {
  display: none;
}

 

Quick note: this forum's purpose is to suggest code changes for future versions (or similar things). For this kind of questions you should use the other forums in this same category ;)

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

  • No registered users viewing this page.