View Full Version : How to change navbar arrow colors in stylevars or css file?
Verionia
02-21-2010, 07:42 PM
I am having trouble changing the arrow colors in the navbar. They are white and I would like them black. How can I do this? Also how to change the hover text color next to these arrows? They are black and I would like them white, thx.
Xtrato
02-22-2010, 06:03 PM
the arrow is an image ,just look for the image path , and change it to black...
the hover text to the arrows,, well which arrows do you speak of? ...
Verionia
02-26-2010, 03:17 AM
the arrow is an image ,just look for the image path , and change it to black...
the hover text to the arrows,, well which arrows do you speak of? ...
Please check out my site- using the dropdown. forum.php and you'll see what I mean! :(
Verionia
02-28-2010, 12:14 AM
anyone?
DaRK mAN306
02-28-2010, 09:44 AM
Hello there Verionia,
As Xtrato mentioned, the arrow is an image and in order for you to change it's color you'll need to edit it from your style's "misc" folder >> I've taken care of that, see "Changing navbar's arrow color" for more information :p ..
About the text hover color, I can see that they're white .. Maybe you've managed to edit it or maybe you mean the "active" color and not the "hover" color .! The reason why i'm saying that is that the text color is already white and when you move your mouse on it, it stays white >> "hover" .. But when you click on it, it turns into black >> "active" ..
Anyway, I'll explain to you how to solve your problem:
Changing navbar's arrow color:
Download attached images (arrow.png (https://vborg.vbsupport.ru/attachment.php?attachmentid=113265&stc=1&d=1267354662) & arrow.gif (https://vborg.vbsupport.ru/attachment.php?attachmentid=113266&stc=1&d=1267354662)) and upload both of them to your vB's style "misc" folder >> That should solve the arrow's color issuse ..
Changing navbar's text "active" color:
First, sign into your Admin CP ..
Next, go to "Styles & Templates >> Style Manager" ..
After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
Then, Expand the template groups and look for "vbulletin-chrome.css" template and edit it ..
Once you enter the template, look for: .navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
border-color:{vb:stylevar navbar_tab_background.backgroundColor};
background-color:{vb:stylevar navbar_tab_background.backgroundColor};
color:{vb:stylevar navbar_link_color};
text-decoration:none;
}
Change it to this: .navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
border-color:{vb:stylevar navbar_tab_background.backgroundColor};
background-color:{vb:stylevar navbar_tab_background.backgroundColor};
color: #FFF;
text-decoration:none;
}The text in RED points to the color you want which have been set to "white" as you asked .!
"Save" the template and go check out your forum ..That should do the trick ..
BTW, your website is blocked in my country for a reason or another :p ..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.