How to change the font size of textarea sub-label?

  • Groseeds
    Asked on March 18, 2015 at 6:30 AM

    Hi, can you please advise on the code needed to make the 'sub label' font bigger in size in the highlighted field.(please see screen shot) . Many thanks for your help.

    Jotform Thread 535411 Screenshot
  • Ashwin JotForm Support
    Replied on March 18, 2015 at 11:31 AM

    Hello Groseeds,

    Please inject the following custom css code in form to change the font size of textarea sub label:

    .form-textarea-limit-indicator {

    font-size: 11px !important;

    }

    The following guide should help you on how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!