MyBB Community Forums

Full Version: Font change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i change the font in the posts . Only in the post not in the category and forum titles, I want the font in the posts to be a little smaller like the "this post has been edited by" font
You can add <span class="smalltext"> and </span> around $post[message] in the postbit template and it should give the same effect.

Chris
I did that but then it becomes way to small. A little bigger like something intermmediate .
If you have set up your small, normal or large font sizes on your theme, then you can try this:

<span class="$theme[normalfontsize]"> TEXT </span>