Hey,
I just added a add to cart pop up on my site and I have to enable the Enable AJAX add to cart buttons on archives. When I did not I get a Black Cart Icon that pops up when clicking the Select Option button on the product. I need to get rid of that. How to make this happen?
To make this happen on your end. Please go to https://s3.odstestsite.com/garmin-alpha-accessories/. (To view the site you will have to enter User name: ods Password: odsods)
Hover over the products and you will see the Select Option button show up.
Click the Select Option button
That’s when the Black Cart pop-up shows.
Can I get rid of that?
I added
.x-cart-notification.bring-forward.appear.loading {
display: none;
}
to the CSS file but that does not seem to work. Please help me.