Change color of asterisk for required field

  • donnabi
    Asked on November 30, 2015 at 1:35 PM

    Is it possible to change the bright red asterisk displayed for a required field to another color? This bright red color clashes with my website.

  • David JotForm Support
    Replied on November 30, 2015 at 2:47 PM

    Hi,

    Adding this code to your form will allow you to change the color of the asterisk:

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

    .form-required{
    color: blue;
    }

    Adjust the color to your liking.

    If you have any further questions, let us know and we will be happy to help.