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
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
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!
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
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; }
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
Oh wow, I’m glad it was as easy as that. Thank you so much for noticing and fixing!