MyBB Community Forums

Full Version: Default font size on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am not sure where I made the configuration for the font georgia to be  DEFault font when makeing a post, In other words I am writing this in new thread but when I post it on my site the print is Georgia. Perfect.. but now I want the print to be bigger on the forum posts. It needs to be this size. 

I do not remember where the original config was made and now I dont know how to add the size .

can someone help me? https://ebook-mecca.com
Think it might be in Upload\jscripts\sceditor\textarea_styles\jquery.sceditor.default.css
(2016-09-28, 01:42 AM)Starnova Wrote: [ -> ]So I am not sure where I made the configuration for the font georgia to be  DEFault font when makeing a post, In other words I am writing this in new thread but when I post it on my site the print is Georgia. Perfect.. but now I want the print to be bigger on the forum posts. It needs to be this size. 

I do not remember where the original config was made and now I dont know how to add the size .

can someone help me? https://ebook-mecca.com

Perhaps try editing your .post_body class in "global.css" for example:
.post_body {
   padding: 12px 0;
   font-family: Georgia;
   font-size: 20px;
   font-weight: bold;
}
Thank you both.. both solutions are successful. Thank you for your time and knowledge Ashley and vintagedaddyo I appreiate it Smile