MyBB Community Forums

Full Version: subject_new - subject_old
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to change color for subject_new - subject_old but can't locate them, where are they?
in general, they are not used in the global.css - you can add required properties for them at the bottom of global.css
Should I use this code in my global.css
.subject_new
{
	color: #color !Important;
}
.subject_old
{
	color: #color !Important;
}
.M. baby what do you mean in general?
^ yes, you can use style properties like that.
so far, I haven't seen any MyBB theme coder using style codes for the new & the old threads ..