This topic has 3 replies, 2 voices, and was last updated 1 years, 7 months ago ago by creativesite
How can I remove “Clear shopping cart” button on Shopping Cart page?
(I would like to avoid that someone presses it accidentally.
It is totally okay if the customer can Remove items one by one.)
Hello, Creativesite,
In order to remove the “Clear Shopping Cart” button from the Shopping Cart page, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear the browser cache.
.woocommerce-cart .col-md-6.col-sm-6.mob-center a.clear-cart.btn.bordered {
display: none !important;
}
We hope this helps.
Best Regards,
8Theme’s Team
Yes, it helped! 🙂 Thank you, Tony!
Tagged: button, clear, remove, shopping cart, themes, woocommerce, wordpress
The issue related to '‘How to remove Clear shopping cart button?’' has been successfully resolved, and the topic is now closed for further responses