MyBB Community Forums

Full Version: Change usernames color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i am trying to change the username color and when i try it becomes the default color blue so if someone can help me with this that would be great!Big Grin
<span style="color: green;"><strong><em>{username}</em></strong></span>

You can use this code and change the "green" to whatever you'd like.
Ok i thought you can use the colorpicker codes to change the color to but its not working for me anymore:/
You can use hex codes like #ff0000 for red. Just make sure the hash sign is in front of the hex code.
(2011-11-04, 11:52 PM)Spazmatic Wrote: [ -> ]
<span style="color: green;"><strong><em>{username}</em></strong></span>

You can use this code and change the "green" to whatever you'd like.
Yes you can use that if you want the username to be italicized "<em>" does this effect, and to be bold "<strong>" does this effect.
(2011-11-05, 01:24 AM)Monkey Boy Wrote: [ -> ]Ok i thought you can use the colorpicker codes to change the color to but its not working for me anymore:/
There was no color picker with these, unless you are using a plugin for them. Just use HTML or HEX color codes which can be found by using Google to search for them.