Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Once items are added to cart, they can't be deleted. The trash or "X" button is missing. Also changing quantity to 0 does not work. I'm using Dawn theme.
www.peonypets.be pw: oihane
Solved! Go to the solution
This is an accepted solution.
The button is there, it's just shown white on white. You need to revisit your color schemes and set outline button color to something other then body background color (which is white).
Hi Oihanevr,
I’ve checked and noticed there’s an issue with the cart. Would you be open to providing collaborator access so I can investigate and resolve the issue for you?
Thank you!
This is an accepted solution.
The button is there, it's just shown white on white. You need to revisit your color schemes and set outline button color to something other then body background color (which is white).
Oh wow, I'm glad it was as easy as that. Thank you so much for noticing and fixing!
Hi @oihanevr
Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings to make the remove item show.
cart-remove-button .icon-remove { color: initial; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @oihanevr
Go to online store ----> themes ----> actions ----> edit code ----> assets ---> component-cart-item.css
add this code at the end of the file and save.
.button.button--tertiary {
color: #000 !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks