MyBB Community Forums

Full Version: Change the default post text colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Currently when a post is made the topic is a grey colour, but I'd like it black. What selector do I look in to change the default to black?
Anybody?
try add color: #FF0000; to .post_body like,
.post_body {
    /* (... something something if any ...) */
    color:    #FF0000;
}
That would be default red text.
All it says in the .post_body is
padding: 5px;