The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I having trouble find the sytlevar to edit "what's going on" text on one of my themes. I am trying to change the text color from black to white.
|
| Благодарность от: | ||
| scottkoz20 | ||
|
#2
|
|||
|
|||
|
Yea vbulletin screwed that sytlevar up.
Add this in additional css Code:
.wgo_block .blockhead {
color: white;
}
|
|
#3
|
|||
|
|||
|
Thank you!
|
|
#4
|
|||
|
|||
|
Welcome
|
|
#5
|
|||
|
|||
|
thanks for asking this, I just notice mine was not right.
|
|
#6
|
||||
|
||||
|
I think this is in "Secondary Content Header Text Color" stylevar
|
|
#7
|
|||
|
|||
|
Yea, but it changes more than just the text color he wants changed, easier to just nail that one with a css add.
|
![]() |
|
|