Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
White Miku Posted May 5, 2016 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.
steve00 Posted May 5, 2016 Posted May 5, 2016 untested ... in custom.css add: #elNavigationMore { display: none; }
teraßyte Posted May 5, 2016 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
HeadStand Posted May 6, 2016 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.