Woocommerce message after product added to cart shows two times
When I add a product to the cart the Woocommerce message product added shows two times. I found the cause to be two headers: one for desktop and one for mobile both containing the mini-cart. How can I avoid the double woo commerce message without deleting a header?
0
-
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.
Comments
1 comment