Registeration page font size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IncubuRs
    Senior Member
    • Sep 2007
    • 261
    • 3.8.x

    [Forum] Registeration page font size

    Hello how can I increase the font size of the registration page alone?


    thanks in advance
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    It has an id of "registerform", so I'm sure you can write some custom CSS to just use that.

    #registerform {font-size: 20px;}

    May need to tweek it a bit to get it exactly how you want.

    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

    • IncubuRs
      Senior Member
      • Sep 2007
      • 261
      • 3.8.x

      #3
      I am sorry lynne but where to write this line?

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        I always add additional css to my additional.css template, so that is where I would suggest adding it.

        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

        • IncubuRs
          Senior Member
          • Sep 2007
          • 261
          • 3.8.x

          #5
          I just paste it with the "#"?

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            Yes. The # signifies it is an id as compared to a class which would just have a . in front of it.

            You may want to read up on CSS. My favorite forum for CSS help is here - http://www.w3schools.com/css/

            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

            Related Topics

            Collapse

            Working...