PDA

View Full Version : Username


Welshy2008
06-17-2010, 12:18 PM
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.

ChopSuey
06-17-2010, 01:59 PM
Edit posbit.css or postbitlegacy.css

Find the code in there then make the px size bigger.

Welshy2008
06-17-2010, 02:11 PM
Edit posbit.css or postbitlegacy.css

Find the code in there then make the px size bigger.


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 1276788683 at 1276788683 ---------------

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. :(

ChopSuey
06-17-2010, 03:50 PM
There should be a save button.....Screenshot?

DragonBlade
06-17-2010, 04:27 PM
Main CSS is deprecated in vb4

You can just add that CSS in templates instead:
CSS Templates --> additional.css

ChopSuey
06-17-2010, 04:41 PM
CSS Templates --> additional.css

That's what i was pointing to.

Welshy2008
06-17-2010, 04:59 PM
Main CSS is deprecated in vb4

You can just add that CSS in templates instead:
CSS Templates --> additional.css


Thanks DragonBlade - I had tried it there too, but still no joy. :(

DragonBlade
06-17-2010, 05:20 PM
Add this instead:

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 16pt;
}


Are you using postbit_legacy?

Welshy2008
06-17-2010, 05:46 PM
Hi DragonBlade.

I am using Postbit and this is what I currently have in there:

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 20px;
}

And it still don't work.

DragonBlade
06-17-2010, 05:48 PM
Then its this one for postbit:

.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
font-size: 20px;
}

Welshy2008
06-17-2010, 05:51 PM
Then its this one for postbit:

.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
font-size: 20px;
}


I have tried that one too, Mate - But still nothing. :(

--------------- Added 1276801083 at 1276801083 ---------------

Then its this one for postbit:

.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
font-size: 20px;
}


I have tried that one too, Mate - But still nothing. :(


** EDIT ** Cancel that, for some reason, it has now decided to work. :)

I can't remember what to add though, to stop it from being bold print. :O