I want to remove this icon - not the button entirely, but I’d like the button to just say “Add to Cart” without the icon on Atelier Theme - any insight? The theme has pretty limited customizations for the buttons as a whole and removing that will be CSS, which I’m capable of implementing if anyone can assist with targeting this. Thank you!
3 Likes
Whats you store url @blakelyhi
Thanks
@blakelyhi Please share with me store url.
hi @blakelyhi
Add the below code
span.svg-wrapper.add-to-cart-icon {
display: none;
}
Hope this helps
1 Like