What's your biggest current challenge? Have your say in Community Polls along the right column.

I cant remove a product from cart section

Solved

I cant remove a product from cart section

ChoobShop
Tourist
30 0 2

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? 

Screenshot 2024-11-20 at 23.21.45.png

Thanks in advance! 

Cheers, 
Choob Shop

Accepted Solution (1)
DaisyVo
Shopify Partner
1048 132 146

This is an accepted solution.

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;
}

 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
1048 132 146

Please share store url

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ChoobShop
Tourist
30 0 2

@DaisyVo Hey, thank for reaching out. 

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

Thanks in advance! 

DaisyVo
Shopify Partner
1048 132 146

This is an accepted solution.

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;
}

 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ChoobShop
Tourist
30 0 2

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