MyBB Community Forums

Full Version: registered user color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Oke Mybb'ers

I have made a legend that is almost working, but after people registering they dont get their color but the colors of the a:link how i can fix this?

[Image: board.png]

can someone help?
AdminCP -> Users & Groups -> Groups -> "Your Group" -> Username Style.

Change it to something like this.
<span style="color: #C06002;"><strong>{username}</strong></span>
As thexshadow said
<span style="color: #C06002;"><strong>{username}</strong></span>

You can litterly add any css you want in between style=""

such as:
<span style="color: #C06002; text-shadow: 0px 2px #FF0000;"><strong>{username}</strong></span>
thats just the problem i already did that, and after saving it, the colors are standard from the forums again...

i know i have to edit default.css but how can i make it possible that it wont touch the other fonts and colors.