I am trying to make my cart icon background visible but it won’t work. link is https://maison-amsterm.nl/
I need cart icon background white but now its transparent?
I am trying to make my cart icon background visible but it won’t work. link is https://maison-amsterm.nl/
I need cart icon background white but now its transparent?
You can change the cart icon background color by adding some custom CSS. Go to your Shopify admin, then to Online Store > Themes > Customize. From there, look for “Theme Settings” or “Custom CSS” area. Add this code:
.cart-icon-class { background-color: white; /* or any color you prefer */ }
Replace .cart-icon-class with the actual class name of your cart icon. If you’re not sure about the class name, you can inspect the element using your browser’s developer tools