When a required field is missing from the contact form, an error message is displayed that says “one or more fields are missing”. In addition, there is an error message below the field that says “This field in required.” This error message is very small and not easily recognizable.
I want to change the font-size and color of the message that says “This field is required.” I used the css below but it didn’t work. Please point me in the right direction.
div.wpcf7-validation-errors {
border: 2px solid #197695;
}