How to make bin icon on cart drawer spell out *remove*

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?

Url knmb1c-pf.myshopify.com

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