The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Username
How do I enlarge the The size of the Username text that is displayed in the Postbit, Please? And where is it located in the ACP?
I have tried and failed so far. :O Also, I would like to place a couple of spaces between the top of the postbit and the Username and Users Avatar, on the left of the postbit too. Many Thanks. |
#2
|
|||
|
|||
Edit posbit.css or postbitlegacy.css
Find the code in there then make the px size bigger. |
#3
|
||||
|
||||
Quote:
Thanks for your reply, ChopSuey. I looked in there earlier, But I couldn't find it. (I changed the Avatar size when I was in there). --------------- Added [DATE]1276788683[/DATE] at [TIME]1276788683[/TIME] --------------- I have also tried "ACP -> Styles & Templates -> Style Manager -> Main CSS (from dropdown) -> Additional CSS Definitions. And changing the: /* ***** styling for 'big' usernames on postbit etc. ***** */ .bigusername { font-size: 14pt; } But still no joy. (There is no "Save Button" on there either. |
#4
|
|||
|
|||
There should be a save button.....Screenshot?
|
#5
|
||||
|
||||
Main CSS is deprecated in vb4
You can just add that CSS in templates instead: CSS Templates --> additional.css |
#6
|
|||
|
|||
That's what i was pointing to.
|
#7
|
||||
|
||||
Quote:
Thanks DragonBlade - I had tried it there too, but still no joy. |
#8
|
||||
|
||||
Add this instead:
Code:
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username { font-size: 16pt; } |
#9
|
||||
|
||||
Hi DragonBlade.
I am using Postbit and this is what I currently have in there: Code:
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username { font-size: 20px; } |
#10
|
||||
|
||||
Then its this one for postbit:
Code:
.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl { font-size: 20px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|