contact form error notice different style and color from the rest of the site
-
Hi,
the notice that you see on the screenshot is the only one to have a different color(1). The rest of site is set correctly*
thanks for checking.
Kind regards,
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors {
background-color: #D3BAB1;
}
Regards
Hi,
Thanks for the CSS.
I have tried and it works perfectly for failed forms but it is not working for valid forms. (screenshot attached).
Thanks for checking.
Attachments:
You must be
logged in to view attached files.
Hello,
Your site is under construction, please provide site admin access.
Best Regards
Hi,
Sorry for the inconvenience. I deactivated the maintenance mode.
You can use the form on the contact page (link in the private area)
Thanks again!
Kind regards,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wpcf7 form.sent .wpcf7-response-output{
background-color: #D3BAB1;
}
The notice should look like this: https://prnt.sc/vwleek
Best Regards