MyBB Community Forums

Full Version: Welcome Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 3o24j.png]
I'm having a problem with my Welcome message. It has my username as the same color as the rest of the template and that color is too dark for the username panel, but the perfect color for the forum as a whole. I want to change the username color to be the same as the usergroup they're in, so for me, I'm the admin and it would be red. I used the TheCure theme and here is my website: http://gamingconnection.net

Need help... it's urgent.
Apply a css style to the "a" html tag of the div. Something link this.

#yourdiv a {
color:#FFFFFF;
}

Replace "yourdiv" with the div that your username is contained within.
Where would I find the username div?