I cant remove a product from cart section

Hey there,

I hope everyone is doing alright. I have a small issue with my Cart section. Since I have removed the quantity section of my products, because every product I sell is one of a kind. But when I go to cart section it doesn’t let me to remove the product if I want to take another, do you know to return back the “X” so I can remove a product if a customer has changed their mind?

Thanks in advance!

Cheers,
Choob Shop

Please share store url

@DaisyVo Hey, thank for reaching out.

URL: https://eyrc1j-in.myshopify.com/
pass: ohclup

Thanks in advance!

Go to Edit Code → base.css → Add this code to the bottom

td.cart-item__quantity, th.cart-items__heading–wide.small-hide.caption-with-letter-spacing {
visibility: unset !important;
}

@DaisyVo Thank you so much! Have an amazing day!