View Full Version : How to turn color off?
Syxguns
03-28-2012, 07:45 AM
I've been playing with the StyleVars, and have not been able to find it, so I'm thinking that it is a code change that I need to make, but I'm not sure.
The main forum tabs, ie. Home, Forums, etc. I don't want to have change a different color when I mouse over them. As you can see in the picture, "Groups" is currently hovered, but I don't want it to be blue when I mouse over it. Thanks for any help you may be able to provide. I'm running vB 4.1.11
setishock
03-28-2012, 09:14 AM
In the stylevar group Navbar, The ones titled navbar_tabs controls what those buttons look like.
Syxguns
03-28-2012, 05:13 PM
Thank you for your answer, but it doesn't seem to be the correct one. I think I may have to turn this off in the CSS file, but I'm not sure. I've searched the entire StyleVars and can not find anything that will work. I just want to turn the hover color off.
Syxguns
03-29-2012, 06:30 AM
Wow, I finally figured it out!! I thought I would post the answer for another user that may be trying to do the same thing..
Instructions:
1) Styles & Templates > Style Manager
2) In the drop down box next to your style name select "Edit Template" then press GO!!
3) In the box to the left scroll down until you see "CSS Templates" and double click it.
4) In the list under CSS Templates double click on "vbulletin-chrome.css"
5) At the bottom of the window is a search in template box. copy paste this:
.navtabs li a.navtab:hover {
6) It will find that line of code and it looks like this:
.navtabs li a.navtab:hover {
background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_height};
color:{vb:stylevar navbar_tab_selected_color};
}
All I did was make the two lines of code remarks like this:
.navtabs li a.navtab:hover {
/*background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_height};*/
/*color:{vb:stylevar navbar_tab_selected_color};*/
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.