How do I change the field warning pop-up box background colour of error

  • BruceL
    Asked on June 1, 2022 at 3:47 PM

    How do I change the field warning pop-up box background colour from the default red to a custom colour?

  • jonathan
    Replied on June 1, 2022 at 7:35 PM

    Hi Bruce,

    I assumed you were referring to your form https://www.jotform.co/form/70368375647871

    1654126312 6297f6e822386 zzz 2022 06 02 Screenshot 10

    To change the error message background color, you can inject custom CSS codes to your form. Example, using the following CSS codes will change the bg color to yellow instead.

    .form-line-error div.form-error-message {
        background-color: #fdc000;
    }


    1654126467 6297f78364690 zzz 2022 06 02 Screenshot 21

    Please let us know if you need further assistance.