[3.8] Modified User Legend Bar [/TheProphet]

Sander125

New Member
Tolken said:
I wish this was colored but thanks anyway.

OMG!
Go to AdminCP -> User Groups -> Manage -> Choose Administrator or something else -> Edit -> Username HTML Markup -> Ex. <b><span style="color: Red;">
 

bluescorpion

New Member
betty02 said:
Is there anyway to have a Hex color?

You can use just about any HTML code in the Usergroup HTML code block. To change to any hex color you want, add (if you don't have it now)

HTML:
<span style="color:#123456;">

to the first HTML box in your usergroup settings. Change the 123456 to whatever you like. Also, you can add any other attributes in that same style tag, for example font-weight:bold;
 
Top