Warning notification box under the Contact Form
-
Hello,
Under the contact form on my site, an orange “Warning notification box” appears that I do not want. I have checked all the settings, but this box continues to appear.
How can I remove this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
.wd-notice.wd-warning,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info {
display: none !important;
}
Best Regards,