The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing font size in posts
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. |
#2
|
||||
|
||||
i had to do this at one time ages ago.
you could try: find in postbit template: Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> remove and replace with this: Code:
<!-- 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: Code:
.vb_postbit { font-size: 14px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } |
#3
|
|||
|
|||
Thanks shawn That did it
--------------- Added [DATE]1386921773[/DATE] at [TIME]1386921773[/TIME] --------------- One problem... Now i am seeing "<" at the end of every post... What is that? |
#4
|
||||
|
||||
hi mate,
you did the edit to your webmaster forum? i dont see the "<" in FF or IE. maybe post your code please? Code:
<!-- message --> ?????? <!-- / message --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|