How can I increase the font size of my Sub Labels? Label sizes are fine - but Sub labels are so small they can hardly be read...

  • palaceinsidesales
    Asked on July 18, 2018 at 2:20 PM
  • roneet
    Replied on July 18, 2018 at 3:29 PM

    You can inject Css code in the form 

    Here is the guide to inject Css code :

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


    Then insert the following Css code :

    .form-sub-label {

        font-size:20px;


    }





    This will increase the sub label font.

    Please let me know if you have any other concerns.