Dawn Theme: How to remove the Add-to-Cart popup

I did it pretty simple way.

Just edit code

component-cart-notification.css

and just change this code on the 5th row

.cart-notification-wrapper .cart-notification {> display: block;> }

to this:

.cart-notification-wrapper .cart-notification {> display: none;> }

5 Likes