MyBB Community Forums

Full Version: How to make this font bigger?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: BVfqR.png]

does anyone know how to make that font bigger?
Forum url please?

Otherwise, you have to edit your postbit template.
do you mean the size of thread title on each and every post ?

in the postbit templates find code similar to below
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

change it to :
<span class="bigtext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

and add a bigtext class in your global.css file

.bigtext {
font-size: 14px;
}
hello what theme are you using ?
(2011-08-31, 12:44 PM)MonsterMMORPG Wrote: [ -> ]hello what theme are you using ?

Its Blueshire theme by Dynaxel.

http://dynaxel.com/forums/showthread.php?tid=19