How can I change font size for the fields, not the labels?

  • DanMohr
    Asked on November 19, 2014 at 3:26 AM
  • Ashwin JotForm Support
    Replied on November 19, 2014 at 7:22 AM

    Hello DanMohr,

    If I understand your question correctly, you want to change the font size of the input fields. Is that correct?

    You can use our form designer to customize your form the way you want. The following guide should help you:  http://www.jotform.com/help/300-Form-Designer-Tutorial-Let-s-create-fantastic-forms- 

    Alternatively, you can also inject the following custom css code in your form to change the font size of input fields:

    .form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input{

    font-size: 16px !important;

    }

    The following guide should help you inject the 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!