MyBB Community Forums

Full Version: Help: edit font size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hell0
how i can edit font size it
[attachment=20025]
I think that would be .smalltext in the global.css file, though just know that it edits all the elements with a class of smalltext across the whole board.
Since HTML is allowed in forum descriptions, you can use this:
<span style="font-size:10px;">Your Forums Description</span>

If you inserting the code above, as "Description", only the forums description will be changed.
No need to edit the global.css - and no other (.smalltext) parts of your forum will be affected.