How To: Change the Font Size of the Username in Postbit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    How To: Change the Font Size of the Username in Postbit

    To change the size of the username in the postbit, edit the additional.css template:

    Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css

    And add this:

    Code:
    .postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
    font-size: [COLOR=Red][B]XX[/B][/COLOR]px;
    }
    ...with XX being the font size.
    Last edited by Steve Machol; Sun 21 Feb '10, 7:56am.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    To change it for both the postbit and the postbit_legacy template, you could do this:

    Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css

    And add this:
    Code:
    /* change username font size */
    .postcontainer .username_container .popupmenu a.popupctrl {font-size:20px;}
    ...with XX being the font size.

    This should work in 4.0.2 for postbit or postbit_legacy and with or without an avatar.
    Last edited by Lynne; Wed 24 Feb '10, 3:48pm.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...