Home Forums WoodMart support forum Warning notification box under the Contact Form

Warning notification box under the Contact Form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #646158

    enesaydinat
    Participant

    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.
    #646348

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

Viewing 2 posts - 1 through 2 (of 2 total)