Claudio Well-known member May 16, 2013 #1 Hi, I'm needing help to change the background and text color when you pass the mouse over the navbar links. Any suggestion?
Hi, I'm needing help to change the background and text color when you pass the mouse over the navbar links. Any suggestion?
dtmcl Well-known member May 16, 2013 #2 Code: .navTabs .navTab.selected .tabLinks a:hover { YourCssHere } Upvote 0 Downvote
Claudio Well-known member May 16, 2013 #3 ShadyX said: Code: .navTabs .navTab.selected .tabLinks a:hover { YourCssHere } Click to expand... thanks! and to delete the shadow you see on the screenshot? Upvote 0 Downvote
ShadyX said: Code: .navTabs .navTab.selected .tabLinks a:hover { YourCssHere } Click to expand... thanks! and to delete the shadow you see on the screenshot?