MyBB Community Forums

Full Version: To edit font size in posts (post_body don't work)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to change the font size of the posts but i don't find the way.
I read on similar topic that must be changed post_body in global css and add font-size: etc etc but it don't work.
is there a solution?
Please post your website's URL.
here u areq
There is no post_body class defined in the postbit_classic template. You've to add class="post_body" in <td> of post's message.
Solved!!!!!!!! thank you
In above, find;
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
and Change it into;
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;" class="post_body">