The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
On our site, the dropdown bar from the secondary navbar are on a white background? How do we change this background? For example, here on vbull.org, when you click on the "Help" dropdown, how do we get that light blue background?
|
#2
|
|||
|
|||
![]()
In your additional.css add:
.navtabs li.selected .popupbody li > a { background-color: #xxxxxx; } xxxxxx = your color hex You can also add: color:#xxxxxx and make the text any color you wish ![]() |
#3
|
|||
|
|||
![]()
Nope, that didn't work. It shows the color when you tab over the links but it is just white when you click on the arrow.
|
#4
|
|||
|
|||
![]()
Try:
.navtabs .popupbody li { color: #000000; } |
#5
|
|||
|
|||
![]()
Nope, that didn't work. The only other thing I can think of is that the text is white until you hover over it. IDK.
|
#6
|
|||
|
|||
![]()
That should change the text to black...before it is hovered over then...
Looks like you changed it to 999999? what is it you are trying to accomplish? |
#7
|
|||
|
|||
![]()
No, it's 000000
|
#8
|
|||
|
|||
![]()
If you are looking to change the actual background..
.popupbody li > a, .popupbody li > label { background: none repeat-x scroll center bottom #xxxxxx; } --------------- Added [DATE]1294587600[/DATE] at [TIME]1294587600[/TIME] --------------- lol ...am I looking at a different site? It has now changed to all white again... |
#9
|
|||
|
|||
![]()
I want the background of the drop down boxes white but the text black.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|