The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Big Username
How do I make my forum users have a bigger username in the postbit? I've looked up everything I could and still couldn't figure it out. I am running version 4.1.8.
I know about the additional.css code blabla but it doesn't work. Is there anything I am missing? |
#2
|
||||
|
||||
try stylevar "font" Or, you will need to add code to the additional.css template like (this is for the postbit_legacy):
HTML Code:
.postbitlegacy .userinfo a.username {font: 17px;} |
#3
|
|||
|
|||
Quote:
HTML Code:
.postbitlegacy .userinfo a.username {font-size: 17px;} |
#4
|
||||
|
||||
You are right. I mean, font is a valid property, however since it is only the font-size we are concerned with, then it is best to be more specific. Thanks for pointing that out!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|