Viewing 3 reply threads
You must be logged in to reply to this topic.
When I click submit for the contact form 7, why do I see green border lines all over the form?
This happens even when the values entered are invalid, and yellow border line appears.
Hello,
Please add this code to your custom CSS box, to remove the yellow lines:
div.wpcf7-validation-errors {
border: none;
}
and this to remove the green lines:
div.wpcf7-mail-sent-ok {
border: none;
}
Let us know.
Best regards!
Hello,
I edited the code to this:
.wpcf7-validation-errors {
border: none !important;
}
.wpcf7-mail-sent-ok {
border: none !important;
}
It’s ok now. Please check your site.
Best regards!
You must be logged in to reply to this topic.