MyBB Help

Right click if it says background image and shows a background image to the header then you change the background image color using a graphic editor. If not I would need to look at the theme to determine what CSS it is.
 
By looking at the image it looks like it's CSS. We would need the CSS file to determine it, as Fluffy said above.
 
Global.css (PM me the forum if you can't find the code, I'll be more than happy to take a look)
 
I do believe your looking for
Code:
.thread {
background: #color
{other stuff}
}
 
If I remember correctly mybb forgot the r and instead called it thead or something like that.
 
Alright I got it changed. 😀
Thanks for the help. 😀
 
Fluffybunny said:
If I remember correctly mybb forgot the r and instead called it thead or something like that.

They didn't forgot "r" as it doesn't stands for "thread". Its thead which means "table head" (CSS property representing table head).
It did confused me a lot of times. lol.
 
Haha, I never thought of it that way.

Thead is indeed the table header as said above.
 
If you haven't solved this yet, just PM me and I will give you the correct settings.
 
Back
Top Bottom