In the pic...the name is black....i need to make it white. Thanks.
Announcement
Collapse
No announcement yet.
Changing The Username Text Color
Collapse
X
-
Changing The Username Text Color
I gad a bunch of themes made for me. And i dont know how some of the stuff was done. I think the person i paid to help me is really busy. So im trying to figure out this stuff on my own. I cant find the text color in the style var. Im assuming its in each individual themes css?
In the pic...the name is black....i need to make it white. Thanks.
Tags: None
-
You could change the username-color for every usergroup (.../admincp/usergroup.php?do=modify&) with the "Username HTML Markup".
I think the username color is like the normal link color when you didn't change the color for the usergroups.vBulletin-forum.de | Das deutschsprachige vBulletin 5 Forum! | Widgets, Mods und Anleitungen auf deutsch.
Latest Profile-Visitors, Disable-Postcount, Auto-close Threads, Latest Likes, Top-Posters, FavIcon Notifications, Memberlist-Name-Search, New&Free: vB5 MemberMap
-
The above is correct. It uses the global link color unless username markup is used on the Usergroup level.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud customization and demonstration site.
vBulletin 5 Documentation - Updated every Friday. Report issues here.
vBulletin 5 API - Full / Mobile
I am not currently available for vB Messenger Chats.
Comment
-
I entered this in the box and got nothing. lol
<span style="color: white;">username</span> = username
Comment
-
In the first box put:
Code:<span style="color: white;">
Code:</span>
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud customization and demonstration site.
vBulletin 5 Documentation - Updated every Friday. Report issues here.
vBulletin 5 API - Full / Mobile
I am not currently available for vB Messenger Chats.
Comment
-
Thanks guys. I just wanted to change the user name color in one of my 8 themes. I got the code for my css.
.b-userinfo__details .author a {
color: #fff !important;
}
.b-userinfo__details .author a:hover {
color: #FFB43F !important;
}
- 1 like
Comment
Related Topics
Collapse
-
How do I change the color of the usernames?
-
Channel: vBulletin 5 Site Builder
Sun 10th Aug '14, 4:44pm -
Comment