Z Zeta Member Apr 6, 2014 #1 How do you remove the drop down menu for all tabs? http://gyazo.com/79c444d71286a2cb40b17cf4edd57788 Thanks!
How do you remove the drop down menu for all tabs? http://gyazo.com/79c444d71286a2cb40b17cf4edd57788 Thanks!
Jake Bunce Well-known member Apr 6, 2014 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Code: .navTab .SplitCtrl { display: none; } Upvote 0 Downvote
Z Zeta Member Apr 6, 2014 #3 Jake Bunce said: Admin CP -> Appearance -> Templates -> EXTRA.css Code: .navTab .SplitCtrl { display: none; } Click to expand... Added that to the EXTRA.css, the drop down menus are still there. Upvote 0 Downvote
Jake Bunce said: Admin CP -> Appearance -> Templates -> EXTRA.css Code: .navTab .SplitCtrl { display: none; } Click to expand... Added that to the EXTRA.css, the drop down menus are still there.
Jake Bunce Well-known member Apr 6, 2014 #4 Zeta said: Added that to the EXTRA.css, the drop down menus are still there. Click to expand... It works on my test forum. Make sure you are editing the same style you are viewing. Upvote 0 Downvote
Zeta said: Added that to the EXTRA.css, the drop down menus are still there. Click to expand... It works on my test forum. Make sure you are editing the same style you are viewing.
Z Zeta Member Apr 6, 2014 #5 http://gyazo.com/cce1345eb7521f34ccad72bd63e1c3d7 - UI.X http://gyazo.com/914c4bf704731c117b13e9b1e7641b9b - UI.X I have it in the correct place for the correct style. http://gyazo.com/66ace375303107bdd2223626524e4bb2 Upvote 0 Downvote
http://gyazo.com/cce1345eb7521f34ccad72bd63e1c3d7 - UI.X http://gyazo.com/914c4bf704731c117b13e9b1e7641b9b - UI.X I have it in the correct place for the correct style. http://gyazo.com/66ace375303107bdd2223626524e4bb2
Z Zeta Member Apr 8, 2014 #7 Jake Bunce said: What is your forum URL? Click to expand... http://minevision.us/ Upvote 0 Downvote
Jake Bunce Well-known member Apr 9, 2014 #8 You appear to have applied this customization: http://xenforo.com/community/resour...ger-popup-instead-of-just-the-down-arrow.968/ Undo that customization if you don't wish to have popup menus in the nav tabs. Then my CSS will work. Upvote 0 Downvote
You appear to have applied this customization: http://xenforo.com/community/resour...ger-popup-instead-of-just-the-down-arrow.968/ Undo that customization if you don't wish to have popup menus in the nav tabs. Then my CSS will work.
mightlife Member Sep 22, 2014 #9 Thanks Jake - that worked a treat. And they remain for the Profile, Inbox & Alerts - just what I wanted! Upvote 0 Downvote
Thanks Jake - that worked a treat. And they remain for the Profile, Inbox & Alerts - just what I wanted!