Does anyone know how to remove the automatic cart pop-up when someone add’s something to their cart? I’d rather it just show the usual number in the cart icon in the top right corner.
I’m running the Empire Theme, and see what it looks like below/attached.
Hi
You could try adding this rule to the very bottom of theme.css
.atc-banner--container {
display: none !important;
}
1 Like
How to active Automatic Cart Pop-Up on Empire Theme?
This worked for me! We wanted to get rid of the Add to Cart Banner in our Empire Theme so customers had to go through the Cart page first before going to Checkout. All I did was copy and paste the code you provided into the Custom CSS section of Theme settings. Thank you!