How do I edit the field label "Child's Name" bigger and bolder?

  • abcsforlittlepeas
    Asked on October 28, 2015 at 11:07 AM
  • Ashwin JotForm Support
    Replied on October 28, 2015 at 1:11 PM

    Hello abcsforlittlepeas,

    Do you just want to increase the font of field "Child's Name" only? If yes, please inject the following custom css code in your form :

    label#label_61 {

        font-size: large;

    }

    Instead of "large" you can also try out values as well like "20px". You can also increase the value to higher values as well 21px and so on.

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

  • abcsforlittlepeas
    Replied on October 29, 2015 at 4:49 PM

    That was very helpful!  Thanks!!