The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Font size
How can I change the font size in this post bit info?
Join Date: Jan 2006 Location: MA Posts: 399 My Mood: Thanks: 13 Thanked 15 Times in 10 Posts |
#2
|
||||
|
||||
Look for this in the template and remove the part in red.
Code:
<div class="smallfont"> <br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> |
#3
|
|||
|
|||
I want it smaller than "small" Like 8pt
|
#4
|
||||
|
||||
Then change this line:
Code:
<div class="smallfont"> Code:
<div style="font-size: 8pt;"> |
#5
|
|||
|
|||
Perfect Thanks!
|
#6
|
|||
|
|||
I recently upgraded to 3.8 and I had changed my post bit to 8pt. All of a sudden it's not working. I did want was orignally told to me in this post, but is there something different with 3.8 instead of Lynne's orignal advise? Changing it to <div style="font-size: 8pt;"> worked before.
HELP! |
#7
|
||||
|
||||
Are you making the change in the correct template? Unless there is other css that is overriding the font-size, then it should work.
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
Yes, the template was reverted, so I went back and put the codes back in, and this time they don't work.
|
#10
|
||||
|
||||
Could you post your template?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|