G Goozin New member Nov 19, 2015 #1 Hey, I was wondering how I can remove drop down menu from nav bar. site is www.catdragonattack.com
Martok Well-known member Nov 19, 2015 #2 There are dropdown menus when viewing on a desktop machine. On mobile devices there is an off-canvas menu instead. This is a feature of the theme from Audentio that they are using and various other themes by them including UI.X. Upvote 0 Downvote
There are dropdown menus when viewing on a desktop machine. On mobile devices there is an off-canvas menu instead. This is a feature of the theme from Audentio that they are using and various other themes by them including UI.X.
[xFv] Well-known member Dec 31, 2015 #3 put this in EXTRA.css Code: .navTabs .Popup .SplitCtrl {display: none !important;} Upvote 0 Downvote