How to increase the font size of input fields?

  • Zainahmedm
    Asked on March 7, 2014 at 2:50 AM

    I have created a question which uses customer to answer.

    For Example Name.. and a box.. Now i can change Name to what ever size i want but field where the user will enter its name has same font size which is 10 i think .. i want it to be enhanced also .. is there a way ?

  • Ashwin JotForm Support
    Replied on March 7, 2014 at 5:56 AM

    Hello Zainahmedm,

    Yes it is possible to increase the font size of input fields by injecting custom css in your form. 

    Please inject the following custom css in your form:

    .form-textbox, .form-textarea, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {

    font-size: 25px;

    }

    The following guide should help you :  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Do get back to us if you have any questions.

    Thank you!