Hi all, I have a small issue I am hoping to get fixed. On my Shopify site I am using the Dawn theme. Everything works great exempt the shopping cart for the mobile version. On the mobile version once an item is added to the shopping cart the only way to remove this item is to make the quantity Zero. While this works at removing the item from the cart I feel as though its not Intuitive enough for my customers as I have had several ask how to remove cart items while using the mobile version. The desktop version has Black trash cans next to each cart item, is it possible to get black trash cans next to the cart items on the mobile version?
Yes, The url is https://tipco.green/
Hello @ericleet89 ,
Hope you’re doing well.
Navigate to the online store >> Click edit theme code.
Now find my-custom.css and paste the following code:
div.cart-item__quantity-wrapper cart-remove-button {
display: block !important;
}