How to resize field sub labels

  • cwatkins
    Asked on June 18, 2014 at 3:07 PM

    Hello
    I was able to easily increase the Text of the overall form, but the text that labels a field is still small and difficult to read. Such as in the screen shot below "Player Name" is easily seen, but "First Name" "Last Name" is still small...Is there any way to effect this?

    Jotform Thread 393463 Screenshot
  • Mike_T Jotform Support
    Replied on June 18, 2014 at 4:49 PM

    Thank you for contacting us.

    It is possible to inject a custom CSS to the form in order to style it. In your case, we can inject the following CSS:

    .form-sub-label {
    font-size: 12px;
    }

    Where 12px; is the font size in pixels that can be changed.

    How to resize field sub labels Image 1 Screenshot 20

    If you need any further assistance on this, please let us know. We will be happy to help.

  • cwatkins
    Replied on June 18, 2014 at 4:51 PM

    Perfect! Thanks!