MyBB Community Forums

Full Version: How do i change the users viewing forum font color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to change the color of the users browsing forum but i cant work out which of the css to change.
No i meant at the top of a forum it says "users currently viewing forum". I want to change that.
It uses the "smalltext" class, but if you change the colour of that, you'll probably change the colour of a load of other things.

You could always add your own css data into your template for it.
Yeah i will need to do that because all the other small text fonts need to be dark but the users viewing forum needs to be light. I know how to add the custom css but how do i apply it to the text?
All you need to do is go into the template.. Forum Display, I believe it is, and wrap the usersbrowsing code with
<span style="color: white;"></span>
* replace white with any color of your choice.