vBulletin Tutorials

[Easy] How to: Group Name Colors

Submitted by Mr_Joker, , Thread ID: 1307

Thread Closed

RE: [Easy] How to: Group Name Colors

#7
15-02-2015, 04:54 AM
Mr_Joker Wrote:
Howdy! This is one of the easiest things in vBulletin - just posting this for our beginners :D

Step 1: Go to AdminCP > Usergroups > Usergroup Manager
Step 2: Edit usergroup. You have to do this for each usergroup that you like to be colored.
Step 3: Add this code in username HTML Markup:

First Textbox:
Code:
<span style="color: XXXX;">

Replace "XXXX" with your color name/code, visit www.w3schools.com for a HTML Color Table.

Second Textbox:
Code:
</span>

Save it and you're done! Tongue

If you want to put it in bold it can be done in two ways:

Code:
<span style="color: xxxx; font-weight: bold;">

Code:
</span>

Or


Code:
<span style="color: xxxx;"><strong>

Code:
</strong></span>

Users browsing this thread: 2 Guest(s)