How to change the error popup style for fields?
-
Hello!
Please tell me how to change the style of the pop-up error for fields? I couldn’t find any information in the help. I tried to apply it via a class – it doesn’t work. I’m interested in the background color, font and outline of the field.
These techniques don’t work for me:.custom-fieldname7 .field.error {
border-color: #866552 !important;
transition: border-color 0.3s ease;
}
.custom-fieldname7 .errormsg {
background-color: #866552 !important;
color: #D2C8BC !important;
}Thank you in advance for your answer.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.