XF 2.0 Disable/hide navbar menu dropdowns

vexx

Active member
Heys,

As the title says, in XF 2.0, is there any possibility to hide/disable the navbar dropdown menus? I know that XF 1.x had that css fix for hiding but evidently, it doesn't work here.

Thanks in advance
 
An update, it seems the inbox/alerts part of the site don't work anymore as intended, showing the dropdown, instead opening a new page
 
An update, it seems the inbox/alerts part of the site don't work anymore as intended, showing the dropdown, instead opening a new page
Try this instead :
Code:
.hScroller-scroll .menu.menu--structural {
display: none !important;
}

.hScroller-scroll .p-nav-list .p-navEl .p-navEl-splitTrigger {
display: none !important;
}
How could be set to hide in home or home and members only?
Send me a PM with a link to your forum and I'll have a look.
 
Top Bottom