MyBB Community Forums

Full Version: Change font color of the title between header and forum!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says, how do I change the font colour of the title that is between the header and forum. It's currently black right now, but I want to make it white.

Also, when you click on a category, it displays strangely (See the link: http://www.teachgalaxy.com/forumdisplay.php?fid=6).

And when you click on a forum, the navigation colour is like this:

Teach Galaxy / Open Discussion / The Lounge

I want to change the colour of "The Lounge" because it's black and you can't see anything because the background is dark grey.

in global.css find below :
.navigation .active {
    color: #000000;

change it to
.navigation .active {
    color: #ffffff;

save AND visit your forum page ; hard refresh the page (CTRL + F5) a couple of times..
Thanks a lot! It worked! Smile