View Full Version : Changing font size in posts
saini1987
12-11-2013, 04:49 AM
I am trying for many hours but failed to change the font size of text in posts.
How to change it.
Check the attached image.
ShawneyJ
12-13-2013, 06:36 AM
i had to do this at one time ages ago.
you could try:
find in postbit template:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
remove and replace with this:
<!-- message -->
<div id="post_message_$post[postid]" class="vb_postbit">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->
next, add in Additional CSS of that style:
.vb_postbit {
font-size: 14px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
change 14px to 13px or what ever. hope it works. ah and you may not need font-family: in css but try it.
saini1987
12-13-2013, 06:59 AM
Thanks shawn :) That did it :)
--------------- Added 1386921773 at 1386921773 ---------------
One problem...
Now i am seeing "<" at the end of every post...
What is that?
ShawneyJ
12-13-2013, 09:00 AM
hi mate,
you did the edit to your webmaster forum? i dont see the "<" in FF or IE.
maybe post your code please?
<!-- message -->
??????
<!-- / message -->
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.