MyBB Community Forums

Full Version: Default Post Size (Text)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where does one go about changing the size of the default text in posts? As it stands it is a little on the small side and would like to make it comparable to the default vBulletin text size.

This is default MyBB.
This is the size I want.
You could change the font-size element for body (the first page that opens when you use the thee editor) to 16px. This will change most of the text on your forums. Or you could use the advanced editor and past this in:

.post_body {
      font-size: 16px;
}