Is there a way to increase the font size of the individual fields?

  • mmckinney1
    Asked on February 10, 2016 at 10:06 AM

    Example: You can make "name" bigger, but can you make first name, last name, area code etc... a bigger font? We are sending this form out to seniors and it needs to be very big and legible to provide an easy experience for our customers. Please advise! mmckinney@thebenefitlink.com

    Jotform Thread 768939 Screenshot
  • Huberson
    Replied on February 10, 2016 at 11:38 AM

    Hello,

    To increase the font size of sub-labels you can simply inject the bellow CSS code into your form.

    .form-sub-label {

        font-size: 14px!important; 

    }

    The bellow screenshot illustrates how it can be achieved.

    Is there a way to increase the font size of the individual fields? Image 1 Screenshot 20

     

    Please let us know if you need more assistance!