Is it possible to change the font size of one field and not the entire form?

  • djmgmt
    Asked on January 22, 2015 at 8:50 AM
    1) Is it possible to change the font size of just the "your instant quote" form without changing the size of the entire form? 
  • Kiran Support Team Lead
    Replied on January 22, 2015 at 11:52 AM

    Please add the following CSS code to your JotForm by following the guide How-to-Inject-Custom-CSS-Codes

    #id_26 .form-label-left {

    width: 200px !important;

    }

    #label_26 {

    font-size: 20px;

    }

    The result by adding this code would be displayed as below :

    Is it possible to change the font size of one field and not the entire form? Image 1 Screenshot 20

    Hope this information helps. Let us know if you need any further assistance. We will be happy to help.

    Thank you!