The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can I change the username color for just one template? I couldn't find the variable or even how to edit it properly. The template calls for a black username, but I want to switch it to a different color. This is a downloaded template.
|
|
#2
|
|||
|
|||
|
Since usergroup styling is based on the usergroup itself and not the style, you're going to want to use a span class to have a different color for each theme.
Example, in the Edit User page, your prefix and suffix would be... Code:
<span class='member'></span> Code:
.member {
color:#fff;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|