dtommy79 Member Licensed customer Aug 12, 2011 #1 Hi, How can I change the hover state of the Navigation Tab? Thanks
P Paul B XenForo moderator Staff member Licensed customer Aug 12, 2011 #2 Add to EXTRA.css Code: .navTabs .navTab.PopupClosed:hover { background-color: #176093; } .navTabs .navTab.PopupClosed .navLink:hover { color: #ffffff; } Change the colours to suit. For the links on the lower navigation bar for the selected tab, it's Style Properties -> Header and Navigation -> Selected Tab Upvote 0 Downvote
Add to EXTRA.css Code: .navTabs .navTab.PopupClosed:hover { background-color: #176093; } .navTabs .navTab.PopupClosed .navLink:hover { color: #ffffff; } Change the colours to suit. For the links on the lower navigation bar for the selected tab, it's Style Properties -> Header and Navigation -> Selected Tab
nrep Well-known member Licensed customer Sep 11, 2011 #3 Thanks, been looking for that CSS - this may be worth adding in to the template settings manager? Upvote 0 Downvote