This topic has 2 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Tony Rodriguez
I wish to make the [Clear Shopping Cart] button less important on the mobile, either by changing colour? or possibly REMOVE altogether. Thanks in advance.
Hello Chris Barrett,
Thank you for using our theme and for contacting us.
To remove the [Clear Shopping Cart] button on mobile devices, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes:
@media only screen and (max-width: 767px) {
.woocommerce-cart a.clear-cart.btn.bordered {
display: none !important;
}
}
The result should look like this: https://postimg.cc/56RMykSc
We thank you for your cooperation and look forward to your continued support.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up