PDA

View Full Version : How to remove onhover effect of navbar tabs?


Arkidas
07-06-2010, 07:14 PM
How can I make hovered/selected navbar tabs look just the same as the inactive ones? I.e.. no onhover effect or anything.

Attitude5ire
07-07-2010, 05:41 AM
Cant do it with stylevars.
Goto vbulletin-chrome.css template

Find:
.navtabs li a.navtab:hover

Either remove this line
background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_width}px;

or Disable

/* background:{vb:stylevar navbar_tab_selected_background} 0 -{vb:stylevar navbar_tab_selected_top_width}px; */