How to display the delete icon of the cart?

I am stuck with an issue in my cart drawer. The Delete Icon in the cart seems to be invisible and it appears only when hovering at the product in the cart. I am currently using Dawn Theme. It would be great if someone can help me out with this. My site is https://yongjet.com/.

2 Likes

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.button.button--tertiary .icon.icon-remove {
color: red;
}

1 Like

It doesn’t have to be red. I used black and it worked as well.