Quote:
Originally Posted by sneezyyzeens
... I have the question up on the .com site, but does anyone know how to change the hover background color for the navbar (ie, Quick Links). ...
|
In the vbulletin-chrome.css template...
Code:
.navtabs li.selected li:hover a.popupctrl {
border-color:{vb:stylevar navbar_background.backgroundColor};
background-color:{vb:stylevar navbar_tab_background.backgroundColor};
text-decoration:none;
}
The stylevars would be...
Code:
- navbar_background for border color
- navbar_tab_background for background color