Remove icon on cart page not visible on iPhone
-
Hi,
We have an issue with our cart, the remove icon is not visible when viewing the cart on iPhone but it is on desktop/android.
Hello,
I have checked on the iPhone device the Cart page and the “Remove” icon is visible, here is a screenshot: https://prnt.sc/v5qItPre5YHd
Please send me a video from your side and clarify which version of IOS you use.
Kind Regards
Hi,
My mistake, it’s not showing when multiple products are added to the cart.
Hello,
A screenshot of the multiple products that are added to the cart: https://prnt.sc/TbU_1xi_hLe6
Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront?
Kind Regards
I use iOS 17.1 and my colleagues also but no one is not seeing the remove icon.
Hello,
I see, use the below code to fix that, define it in Theme Settings -> Custom CSS -> Global Custom CSS.
@media (max-width: 768.98px) {
.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
transform: translateX(0);
}
}
Kind Regards
-
This reply was modified 1 year, 8 months ago by
Luke Nielsen.