T Money Active member Oct 31, 2015 #1 How to disable drop down of the navi tabs when hovering? I'd like to remove the drop down menu and turn it into sub links. So from this: Turn into this: Right now it has both: drop down when hovering AND sub-links.
How to disable drop down of the navi tabs when hovering? I'd like to remove the drop down menu and turn it into sub links. So from this: Turn into this: Right now it has both: drop down when hovering AND sub-links.
Mr Lucky Well-known member Oct 31, 2015 #2 How did you get the hover drop down in the first place, just undo what you did as the sub links are default. The drop down should only happen when hovering over the little triangle, is that what you want to lose? Upvote 0 Downvote
How did you get the hover drop down in the first place, just undo what you did as the sub links are default. The drop down should only happen when hovering over the little triangle, is that what you want to lose?
T Money Active member Oct 31, 2015 #3 It may be the add-on theme I am using. I'll direct my question there. Thanks Upvote 0 Downvote
[xFv] Well-known member Jan 3, 2016 #4 enter this in EXTRA.CSS Code: .navTabs .Popup .SplitCtrl {display: none !important;} Upvote 0 Downvote
T Money Active member Jan 4, 2016 #5 Thanks but your code doesn't work, perhaps because I have XF 1.5. What did work was this suggestion from Jake Bunce: https://xenforo.com/community/threads/disable-drop-down-menu-on-tabs.61273/#post-651466 Upvote 0 Downvote
Thanks but your code doesn't work, perhaps because I have XF 1.5. What did work was this suggestion from Jake Bunce: https://xenforo.com/community/threads/disable-drop-down-menu-on-tabs.61273/#post-651466
[xFv] Well-known member Jan 4, 2016 #6 T Money said: Thanks but your code doesn't work, perhaps because I have XF 1.5. What did work was this suggestion from Jake Bunce: https://xenforo.com/community/threads/disable-drop-down-menu-on-tabs.61273/#post-651466 Click to expand... Its all good! It works for me on 1.5.4. I will also check on the link you gave me, might be a better way. lol Upvote 0 Downvote
T Money said: Thanks but your code doesn't work, perhaps because I have XF 1.5. What did work was this suggestion from Jake Bunce: https://xenforo.com/community/threads/disable-drop-down-menu-on-tabs.61273/#post-651466 Click to expand... Its all good! It works for me on 1.5.4. I will also check on the link you gave me, might be a better way. lol