This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Tony Rodriguez
How to always show remove from cart button for mobile, see image below
https://prnt.sc/s5Z-rJA6SyKJ
Hello, @Mavi Ekran,
Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Mobile CSS and check back to your site, after removing the browser cache.
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 1 !important;
visibility: visible !important;
-webkit-transform: none !important;
transform: none !important;
}
Regards 8Themes Team.
The issue related to '‘How to always show remove from cart button for mobile’' has been successfully resolved, and the topic is now closed for further responses