MyBB Community Forums

Full Version: Default thread font size!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The default thread font size is too small for my users, they want me to set medium or large as the default, How do I do this?
In global.css, find .post_content class and add the following attribute in it;
font-size: 13px;
Change 13 to whatever size you would like to use.
(2011-11-17, 07:27 AM)Yaldaram Wrote: [ -> ]In global.css, find .post_content class and add the following attribute in it;
font-size: 13px;
Change 13 to whatever size you would like to use.

Thanks this worked, there is a problem though, I set the font size to 26 just to see if adding font-size: 26px; would work, it did work but now when I try adding a different fontsize nothing happens, the forum is stuck with text size @ 26pt, it's made the forum look ridiculous, any ideas?
^ use hard refresh (CTRL + F5) a couple of times - can we have your forum URL to check ...
Edit:

Never mind, fixed it.