MyBB Community Forums

Full Version: Change the text size of content in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Change the text size of content in posts ?

Please help Exclamation

Thankyou
Add a font size to the .post_content class in global.css, like so:

.post_content {
    padding: 5px 10px;
    font-size: 15px;
}
(2010-09-13, 05:35 PM)AJS Wrote: [ -> ]Add a font size to the .post_content class in global.css, like so:

.post_content {
    padding: 5px 10px;
    font-size: 15px;
}

Thankyou Smile

That helped this way
Quote:padding: 5px 10px;
font-size: 15px;