Skip to main content

Woocommerce message after product added to cart shows two times

Comments

1 comment

  • KC George

    Hi Harry,

    What about removing the message by adding this code to Additional CSS? 

    .single-product .woocommerce-message {
        display: none !important;
    }

    0

Please sign in to leave a comment.