MyBB Community Forums

Full Version: Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ugh!!! Driving me nuts! How do I change the color of this: [Image: Untitled.png]

to red? I just need a: "oh thats thead!" or something like that. My brain is going wonkers over this.
oh thats thead!

.thead in global.css

admin > themes > your theme > .thead



It seems you answered your own question?
But when I change the color, it only changes the border. I will look at it again.
^ most of the themes have background image for the .thead (like below)
.thead {
	background: #026CB1 url(images/thead_bg.gif) top left repeat-x;