View Full Version : Change Username Color For One Template
whitechapel
10-15-2013, 04:38 PM
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.
ThatGreenAlien
10-15-2013, 05:29 PM
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...
<span class='member'></span>
and then in the additional.css, throw in...
.member {
color:#fff;
}
and since the additional.css is different for each style, you can change it depending on the colors and so on.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.