MyBB Community Forums

Full Version: How do I change name colours?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: orange2vt.png]
Around what is currently in there ({username}), you can add font tags. For orange, you would add <font color="orange"> in front of what is currently in there, and then </font> after it.
you can use the hex colors also for sure

<font color="#FF9900">{username}</font>

regards
Hello,

if have to a question about it: i want to chance the colour in red, but what is the code then? And, i want that the red colour is bold. Just like the support Team.

Thanks,

Michiel
alright

<font color="#FF0000"><strong>{username}</strong></font>
u may use any photo editor to get this hex codes
regards