View Full Version : post default font and size
jack.wasabibot
09-05-2009, 07:15 AM
hello all,
How can I change the default font and size of text in the input box?
Lynne
09-05-2009, 05:23 PM
Have you tried adding the style to the div tag in the postbit/postbit_legacy template? If you add it to the div tag, then it will be default unless they changed it in their message, then that will override what you have in the div tag.
jack.wasabibot
09-05-2009, 10:58 PM
I haven't tried that.
Lynne
09-05-2009, 11:08 PM
If you look in the postbit_legacy template, you will see these lines where the message goes. That is the div tag I am talking about:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
So, I'm suggesting you add some css into the div tag to put in your font - example:
<div id="post_message_$post[postid]" style="font: 12px arial,sans-serif;">
jack.wasabibot
09-06-2009, 05:46 AM
cheers
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.