MyBB Community Forums

Full Version: Theme Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a custom theme, and I need to change the color of the font globally. How can I do that?
global.css:
body {
color: #HEX-COLOR
}
And that's the entire board's font including reputation comments?

Thanks for the help by the way.
(2011-06-09, 12:46 AM)Jason L. Wrote: [ -> ]global.css:
body {
color: #HEX-COLOR
}

Unfortunately that didn't seem to do it.
Can you please specify which font you want to Change ?
U need to change color code in

1.container
2.thead
3.tcat
4.menu ul
5.trow1,2
6.popup
7.select box

u need to change
{
color: #ur color;
}

This changes all colors Smile

Also look for other codes in global.css
And where u find color change it to ur likes Smile
Okay I seemed to have figured most of it out.

But what class is the color of the font of reputation COMMENTS?
Solved thanks to envira.

Thanks for ALL the help though!