Is there any way to change the text color of one field on a form

  • usmleny
    Asked on March 2, 2015 at 11:19 PM
  • Welvin Support Team Lead
    Replied on March 3, 2015 at 6:40 AM

    Hi,

    Yes, that is possible by injecting a custom CSS codes in the form. Let us know the form URL here and let us know what field and its color so we can help you add it to your form.

    We have this guide: http://www.jotform.com/help/75-Customize-your-Form-using-Custom-CSS-Codes

    Thank you!

  • usmleny
    Replied on March 3, 2015 at 9:39 AM

    http://www.jotform.com//?formID=50598485737169 is the form the first feild named unhide features i want the text in the box to be a different color, say blue.  

    Please let me know the Css code

    and what are the color codes for say

    blue

    green

    black

    white

  • Welvin Support Team Lead
    Replied on March 3, 2015 at 10:49 AM

    Inject the following custom CSS codes to your form:

    textarea#input_38 {

    color: blue;

    }

    #0000FF is the hex codes for blue. You can always change it if you want to. Inject the codes in the form by following this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    You can convert colors to hex codes in this website: http://www.color-hex.com/

    Thank you!

  • usmleny
    Replied on March 3, 2015 at 11:00 AM

    worked perfectly thank you

  • Welvin Support Team Lead
    Replied on March 3, 2015 at 12:06 PM

    Great! If you require any further assistance, feel free to contact us again.

    Thank you and have a great day!