How do I decrease the font size of the nicknames?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Michelle
    Senior Member
    • Jul 2005
    • 408
    • 3.7.x

    How do I decrease the font size of the nicknames?

    Ermmm this is probably a stupid question but I searched all the style manager options and didn't find it.
    I want the font size of the nicknames to be 2 (10pt) not the huge default vB size! How do I change it??
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    That's controlled by the 'bigusername' class, which is in the first Additional CSS Definitions field in the Style manager.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • Michelle
      Senior Member
      • Jul 2005
      • 408
      • 3.7.x

      #3
      Can you explain it a bit more please? I found nothing like bigusername, probably I'm looking in the wrong place...

      Comment

      • conqsoft
        Senior Member
        • Jul 2003
        • 3803
        • 3.6.x

        #4
        Go to Style Manager and choose "Main CSS" from the dropdown. It's down near the bottom where it has a place for freeform CSS to be entered.
        vBulletin v3.8.0's Implementation of Google Adsense Should Be Avoided At All Costs - Do Your Own Adsense Implementation

        Comment

        • Colin F
          Senior Member
          • May 2004
          • 17689

          #5
          Goto your

          AdminCP > Styles & Templates > Style Manager

          Click on 'Go' next to the Main CSS from the dropdown field.

          Near the bottom, find the fields marked Additional CSS Definitions.

          You should see this line:
          Code:
          .bigusername { font-size: 14pt; }
          Replace that with this:
          Code:
          .bigusername { font-size: 10pt; }
          Best Regards
          Colin Frei

          Please don't contact me per PM.

          Comment

          • ntburchf
            New Member
            • Jul 2005
            • 5
            • 3.0.7

            #6
            Admin CP- Style Manager - All Style Options
            Near the bottom of that screen look for the heading

            Additional CSS Definitions

            change this to whatever ya want
            Code:
             /* ***** styling for 'big' usernames on postbit etc. ***** */
             .bigusername { font-size: 13pt; text-decoration: none; }
            I disliked that big fonts also and the underlines in the users names
            Also got rid of about every link decoration ie all those underlines everywhere

            This is also the box where you can add your own custom css defines eg
            Code:
            th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
            th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
            th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
            th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
            th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
            th.thTop	 { border-width: 1px 0px 0px 0px; }
            th.thCornerL { border-width: 1px 0px 0px 1px; }
            th.thCornerR { border-width: 1px 1px 0px 0px; }
            Last edited by ntburchf; Wed 20 Jul '05, 5:17am.

            Comment

            • Michelle
              Senior Member
              • Jul 2005
              • 408
              • 3.7.x

              #7
              Thank you Colin F!
              ntburchf I would also like to remove the underline but only in links inside posts not on the username in the postbit! How should I do it?

              Comment

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