MyBB Community Forums

Full Version: Color unread posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to make unread title posts from category red.
As here on mybb.com unread posts from this category for example are bold, I will like to make them red.

Can you give me a hint about where should I add the color in css?
Thank you!
you can add style code like below at the bottom of global.css (advanced edit mode)
.subject_new {color: #ff0000 !important;}
hard refresh your browser (eg. press CTRL + F5) after saving changes to global.css