Shahrukh Khan
New Member
Use this tutorial to change the color of usernames in postbit and the Whos Online box. Many admins do this so that members can distinguish between administrators, moderators and other usergroups.
Left Field -
Right Field -
To add color and bold -
Left Field -
Now add italics to the mix!
Change the color code to whatever HEX color code you want.
See the attached color chart
- Go into adminCP
- Usergroups
- Usergroup Manager
- on the right, select the usergroup you want to change the color of, and click on edit and Go.
- Go to Username HTML Markup and add this in the fields:
Left Field -
HTML:
<span style="color: #9F0505;">
Right Field -
HTML:
</span>
To add color and bold -
Left Field -
HTML:
<span style="font-weight: bold; color: #6699ff;">
Now add italics to the mix!
HTML:
<span style="font-style: italic; font-weight: bold; color: #6699ff;">
Change the color code to whatever HEX color code you want.
See the attached color chart