-
BruceLAnswered on June 01, 2022 03:47 PM
How do I change the field warning pop-up box background colour from the default red to a custom colour?
-
Jonathan JotForm SupportAnswered on June 01, 2022 07:35 PM
Hi Bruce,
I assumed you were referring to your form https://www.jotform.co/form/70368375647871
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;
}
Please let us know if you need further assistance.