The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to turn color off?
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 |
#2
|
|||
|
|||
In the stylevar group Navbar, The ones titled navbar_tabs controls what those buttons look like.
|
#3
|
||||
|
||||
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.
|
#4
|
||||
|
||||
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: Code:
.navtabs li a.navtab:hover { Code:
.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}; } Code:
.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};*/ } |
Благодарность от: | ||
Lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|