View Full Version : Default text size
sqzdog
06-19-2008, 03:29 PM
When people make a post on the forum, how can I have the default text size be "4". I have a lot of older folks using my site and I want them to be able to see the text better. So when someone makes a post, it will automatically show it as "4".
Thanks
Opserty
06-19-2008, 03:46 PM
You might be better off increasing the overall text size for your forum.
AdminCP > Styles & Templates > Style Manager > Main CSS
Increase the "Font-size" numbers to fit your needs.
OR:
If you still just want to change it in the postbit your best bet would be to edit the postbit(_legacy) template.
AdminCP > Styles & Templates > Style Manger > Edit Templates > Postbit Templates
Find $post[message] and wrap around it as such:
<span style="font-size:14px">
$post[message]
</span>
Change 14 to whatever size you feel suitable.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.