Topic.,
I have installed Woocommerce Product Tables, and every time I add a product, it will say popup this message: “Product” was added to cart.
It wont even say the product name, just “Product”.
I need to hide it somehow.
Hey kapteina,
Could you post a link to where we can see this problem please?
Best regards,
Rikard
Hi,
To hide the white box, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.added_to_cart_notification {
display: none !important;
}
Best regards,
Mike
Worked perfectly. Thank you!