How do you change font size on labels?

  • IainMungall
    Asked on February 9, 2015 at 5:57 AM
  • Welvin Support Team Lead
    Replied on February 9, 2015 at 9:53 AM

    Hi,

    Just for the labels without affecting the input fields, right? If so, inject the following custom CSS codes to your form:

    .form-label-left, .form-label-right, .form-label-auto, .form-label-top {

        font-size : 15px;

    }

    Change 15px to any size you want. Here's how you can inject the codes to your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

     

    If you want to include the input fields, then just simply open the form in the form designer and change the font size in the "Font Options" tab:

    How do you change font size on labels? Image 1 Screenshot 20

    Thanks