View Full Version : Username Font Size in 3.8.1
Contra Fates
03-18-2009, 12:46 AM
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!
Attitude5ire
03-18-2009, 09:54 AM
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
Contra Fates
03-18-2009, 03:36 PM
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
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. =/
Lynne
03-18-2009, 03:46 PM
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:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.