Is there a way to adjust the font size of the text field labels

  • UPHealth
    Asked on March 7, 2018 at 12:43 PM
    Is there a way to adjust the font size of the text field labels?  I tried adding some code in the CSS section but it didn't change.
  • John_Benson
    Replied on March 7, 2018 at 1:03 PM

    If you want to increase the font size of the text field labels, please add this custom CSS code:

    .form-label.form-label-auto {

    font-size: 20px !important;

    }

    To inject custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    1520445575Text labels 001 Screenshot 10

    If you're referring to the Text field you can increase it in the Text editor. Here's a screen animation guide:

    1520445711Text field 001 Screenshot 21

    I hope this information helps. Please contact us again if you need assistance.

    Thank you.

  • UPHealth
    Replied on March 7, 2018 at 1:10 PM

    That didn't work

  • John_Benson
    Replied on March 7, 2018 at 1:43 PM

    Are you referring to the Text field? 

    1520448073Text field 003 Screenshot 10

    I just want to confirm because I cloned your form and you did not add the custom CSS code I have provided for the form fields label so I am assuming now that you're referring to the Text field. (see screenshot above)

    If yes, please provide the font size and I will try to edit it on my end.

    We'll wait for your reply. Thank you.