vexx Active member Feb 2, 2018 #1 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
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
M@rc Well-known member Feb 2, 2018 #2 For the link in your signature : Code: .menu.menu--structural { display: none !important; } .p-nav-list .p-navEl .p-navEl-splitTrigger { display: none !important; } Upvote 0 Downvote
For the link in your signature : Code: .menu.menu--structural { display: none !important; } .p-nav-list .p-navEl .p-navEl-splitTrigger { display: none !important; }
vexx Active member Feb 3, 2018 #4 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 Upvote 0 Downvote
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
Miguel Dias Member Mar 11, 2018 #5 How could be set to hide in home or home and members only? Upvote 0 Downvote
M@rc Well-known member Mar 11, 2018 #6 vexx said: 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 Click to expand... 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; } Miguel Dias said: How could be set to hide in home or home and members only? Click to expand... Send me a PM with a link to your forum and I'll have a look. Upvote 0 Downvote
vexx said: 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 Click to expand... 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; } Miguel Dias said: How could be set to hide in home or home and members only? Click to expand... Send me a PM with a link to your forum and I'll have a look.