How can I change the color of the asterisk in "* = Required Field"

  • tjsearcy
    Asked on September 15, 2016 at 9:57 AM

    I have a form with a red background -

    I do not want to use one of the exotic form templates - I want to use only the simple form.

     

    How can I change the color of the asterisk in "* = Required Field" from RED to BLUE

  • David JotForm Support
    Replied on September 15, 2016 at 12:24 PM

    To change the color of the asterisk for required fields, add this code to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-required{
    color:blue;
    }

    Adjust the color to suit your needs.

  • tjsearcy
    Replied on September 15, 2016 at 12:56 PM

    That's wonderful! 

    Thanks so much, David -

     

    Really appreciate the information.