G Gabby Well-known member Aug 20, 2013 #1 What property changes the dropdown background? Or is it CSS? I can't remember nor find the prop. See attached. Need to change the ugly yellowish to white.
What property changes the dropdown background? Or is it CSS? I can't remember nor find the prop. See attached. Need to change the ugly yellowish to white.
EQnoble Well-known member Aug 20, 2013 #2 I don't think there is a property for that...you can add this and change it to suit in your EXTRA.css #navigation .navTabs .navTab .tabLinks { background-color: ; } Upvote 0 Downvote
I don't think there is a property for that...you can add this and change it to suit in your EXTRA.css #navigation .navTabs .navTab .tabLinks { background-color: ; }
G Gabby Well-known member Aug 25, 2013 #3 Hi EQ I can't get this to work. Still showing the same color. Upvote 0 Downvote
EQnoble Well-known member Aug 25, 2013 #4 you may have to put an !important at the end of background-color #navigation .navTabs .navTab .tabLinks { background-color: #000000 !important; } Upvote 0 Downvote
you may have to put an !important at the end of background-color #navigation .navTabs .navTab .tabLinks { background-color: #000000 !important; }