The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Title Font Change
How do I change the user title fonts. Also when the font is changed, how do I bold?
|
#2
|
||||
|
||||
Look in your postbit (or postbit_legacy) template for this line to change:
Quote:
|
#3
|
|||
|
|||
Thank You very much!
|
#4
|
||||
|
||||
So basically what you are saying is remove the coding from within the div's and put whatever CSS definitions I want and I can change the way the user titles will look?
|
#5
|
||||
|
||||
Quote:
Code:
<div class="smallfont" style="font-family: times">$post[usertitle]</div> |
#6
|
||||
|
||||
But I could change that smallfont to any other type of font listing within the style set.
So like change it to Body Font if I want. Correct? (( because for what we want to do, I can't use small font's set up )) |
#7
|
||||
|
||||
smallfont is a css class defined in standard vbulletin css. You don't need to keep it there if you don't want. You could just have:
Code:
<div style="font-family: times">$post[usertitle]</div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|