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

Solved

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

undercoverfresh
Excursionist
138 0 19

I’m looking to have the bin icon say remove like this on the cart drawer for desk top and mobile on dawn theme 

IMG_7912.jpeg

Accepted Solution (1)
suyash1
Shopify Partner
10698 1319 1697

This is an accepted solution.

@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;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
10698 1319 1697

@undercoverfresh Can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
undercoverfresh
Excursionist
138 0 19

Url knmb1c-pf.myshopify.com

password samurai 

suyash1
Shopify Partner
10698 1319 1697

This is an accepted solution.

@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;}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.