MyBB Community Forums

Full Version: How can i change the default color text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change the default color text of my forum please answer
if it for the general text color then we use body,html {color:green !important;} in global.css

if it is for posts then we use
.post_content {
color:green !important;}