White Miku Posted May 5, 2016 Share Posted May 5, 2016 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. Link to comment Share on other sites More sharing options...
steve00 Posted May 5, 2016 Share Posted May 5, 2016 untested ... in custom.css add: #elNavigationMore { display: none; } Link to comment Share on other sites More sharing options...
teraßyte Posted May 5, 2016 Share Posted May 5, 2016 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 Link to comment Share on other sites More sharing options...
HeadStand Posted May 6, 2016 Share Posted May 6, 2016 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.