Increase Font Size of One Text Box Input

  • dlasson
    Asked on March 8, 2016 at 3:14 PM

    I would like a larger font size for the "Name" field so that the name stands out when I view the submission. 

    Thank you. 

  • Kiran Support Team Lead
    Replied on March 8, 2016 at 8:27 PM

    I understand that you want to have the Name field on the form with increased font size. Please try injecting the following CSS code to your form:

    #first_188, #last_188 {

    font-size: 25px;

    }

    The form should be displaying the name field as shown below after adding the CSS code to the form:

    Increase Font Size of One Text Box Input Image 1 Screenshot 20

    Hope this information helps! Please get back to us if you need any further assistance. We will be happy to help.