MyBB Community Forums

Full Version: Default mybb theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, I selected the Default theme and changed a few colors like trow 1 trow 2, but the text area is still grey on my screen, how can I change the text and where cause I want to change it into a white font of course.

I will re-edit the theme cause I love it. for anyone who wants to check it out to tell me where to edit link
on default theme you must change body color and background

 body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #333;
}
it's not body, it's the area from Posts, but I dont know where to find that, is it in global.css or color_flame.css ? Any help is welcome.