Log in

View Full Version : User Name Font


BertB
04-12-2011, 01:55 AM
For the life of me, I can't figure out how to change the font style used for the User Name displayed on posts. It's very heavy and I'd like to change it to a different font. Here is the font I had in version 3.x.

Lynne
04-12-2011, 03:10 PM
You can add the style to the Usergroup Manager HTML Username Markup.

BertB
04-13-2011, 01:22 AM
Unfortunately, this change is forum wide. I only want the font to be size and type specific (verdana 18.5 px) on posts.

BigAl205
04-13-2011, 01:38 PM
Try this

Under usergroup manager/ Username HTML Markup

in the first box, put: <span style="font: 18.5px verdana;">
In the second box put: </span>

Lynne
04-13-2011, 03:01 PM
According to firebug, you can just add whatever you want to :
.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
properties....
}