Is there a way to increase the font size for the first and last name windows on the forms?

  • danieljacobo
    Asked on February 14, 2016 at 3:41 PM

    Please look at the attached screenshot to see the different size of font.

    I do not and cannot find a way to increase the font size for the

    First and Last Name tags.

    Jotform Thread 772030 Screenshot
  • Nik_C
    Replied on February 14, 2016 at 4:20 PM

    Hello there,

    Please log in into your JotForm form builder and go to designer:

    Is there a way to increase the font size for the first and last name windows on the forms? Image 1 Screenshot 30

    In Designer go to CSS section and put this:

    #sublabel_last {

        font-size: 15px;

    }

    #sublabel_first {

        font-size : 15px;

    }

    So you can change font-size like you wish, but please make sure you remove this part of your code:

    Is there a way to increase the font size for the first and last name windows on the forms? Image 2 Screenshot 41

    So please remove those marked parts of the code and replace with the code above, it should work like you wish.

    Please let me know how that worked for you.

     

    Thank you.