MyBB Community Forums

Full Version: Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://darkforums.org/member.php?action=profile&uid=1

How do I make my name color like that in Groups?

The Username Style
It appears that link requires us to be logged in. Could you provide a screenshot of what you mean please? Smile
Go to Users & Groups -> Groups -> YOUR GROUP ->

In the Username style TextBox enter:

<span style="color; #XXXXXX">{$username}</span>
#XXXXXX = Color Code
You can enter any css in the style attribute. Example:

style="color:#333; font-weight: bold;font-family: Tahoma; text-shadow: 1px 0 2px #000;"

etc Smile