View Full Version : change user info colour?
FASEOFMARS
11-11-2010, 09:31 PM
i would like to know how to change the color of the user information font displayed in the postbit...
i dont not see the option in stylevars but surly their is a way to do it?
Lynne
11-11-2010, 09:38 PM
Try:
.userinfo_noavatar, .userinfo {color:orange;}
FASEOFMARS
11-12-2010, 08:18 AM
its works apart from people who dont use an avatar, is their a way i can make it work for people who dont use an avatar?
Lynne
11-12-2010, 02:05 PM
.userinfo_noavatar should take care of that. If it isn't, please link to your showthread page that we can view so we can look at the class used.
FASEOFMARS
11-14-2010, 05:28 PM
seems to be working now, i put it at the top of additional.css.. thanks lynne!
another thing, do you know how to change the colour of the username on the postbit aswell?
Lynne
11-14-2010, 05:51 PM
The username is usually done in the Usergroup Manager under Username HTML Markup.
Usergroup Manager > Edit Administrators > Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:
[opening tag]username[closing tag]
Some HTML tags you might want to use here include:
<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username
You can also do combinations by using more than one attribute in the style property:
<span style="font: 20px verdana; color: red;">username</span> = username
FASEOFMARS
11-14-2010, 06:42 PM
ye but that would make it display white everywhere..
i only want it to display white on the postbit...
Lynne
11-14-2010, 08:51 PM
Maybe something like
.username_container a.username {color: white;}
That should work as long as you aren't using HTML markup.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.