The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Username Font Size in 3.8.1
I have looked at several threads regarding changing the username size in thread views. I tried what was advised, but one string of code wasn't even there, and the other one I was able to change 'big username' to 'smallusername,' but find that it is -too- small.
There seems to be no such thing as 'mediumusername,' so I was hoping someone here might know if there's some way to make the username size a little bigger than the small, but smaller than the big option. Thanks! |
#2
|
||||
|
||||
Open your Advanced CSS for Style.
Scroll down to the Custom CSS part you will find class. .bigusername { font-size:14pt } Just change it to whatever font size u want. Cheers |
#3
|
||||
|
||||
I had already tried that, but nowhere in my skin's css [except for printthreadbit], it only has a spot for the values 'smallusername' or 'bigusername,' and I'm wondering if there's some code for a medium username. I figured the absence of that code was a vbulletin 3.8.1 edit, but it may be because of my skin itself. =/
|
#4
|
||||
|
||||
You must have modified your postbit, or postbit_legacy, templates to not use bigusername if modifying that css isn't changing things for you. From the default postbit template:
HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|