MyBB Community Forums

Full Version: Hi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to change the colour for both the smalltext and the large text of the whole board, but nothing is happening I am using the DarkLOL theme.

I am going into both the theme and the template, but nothing is happening. Help appreciated.
.smalltext {
//default code
color: #color;
}

.largetext {
//default code
color: #color;
}
Thank you for the response. Where do I place it?
It's already there. You change it in global.css
.largetext may not be in global.css ; instead use body , .post_body