How to change the font color of the error message if someone does not complete the form correctly?

  • GOLFTRIPJUNKIE
    Asked on March 2, 2017 at 10:54 PM
    3. are you able to tell me how to change the font color of the error message if someone does not complete the form correctly? it's a red that's hardly showing up.
  • Chriistian Jotform Support
    Replied on March 3, 2017 at 12:12 AM

    Hi,

    To change the font color of the error message and warnings, please inject this custom CSS on your form:

     

    .form-button-error {

        color:#ffff00;

    }

     

    .form-line-error .form-error-message {

        background: #ffff00;

        color: #000000;

    }

     How to change the font color of the error message if someone does not complete the form correctly?  Image 1 Screenshot 20