Iām looking to have the bin icon say remove like this on the cart drawer for desk top and mobile on dawn theme
@undercoverfresh Can you please share this page link?
password samurai
@undercoverfresh please add this css to the very end of your base.css file and check,
Shopify Admin ā Online Store ->Theme ā Edit code ā base.css
.cart-remove-button span.svg-wrapper:after {content: "remove"; font-size: 12px;}
.cart-remove-button .icon-remove{opacity: 0;}
1 Like