MyBB Community Forums

Full Version: Change font color of my forum text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 4834299.jpg]

Hi Huys!! This is my first post.

I want to change the text color of my forum which I have marked with yellow liner. I know I have to do something in css file. But I don't know which one. Kindle please explain me details step bye step.
Screenshot will be helpful.

The text is too dark to read. I would like to change into bright white.

Thankyou
[Image: smile.gif]
Admin > Templates & Styles > Themes > ***YourTheme*** > Edit Stylesheet: Advanced Mode > search for smalltext.

.smalltext {
font-size: 11px;
}

That's what should be there. Add the code below, before or after the font-size code.

color: #fff;

Please report back saying if this works. Also if your smalltext is different paste it here. Smile
Thanks buddy!! Thread Is Closed Now
Worked like a charm
Glad to hear it! Smile Don't forget to mark it as solved. Wink