Home › Forums › WoodMart support forum › How to hide the cart icon for Quick Shop on mobile? › Reply To: How to hide the cart icon for Quick Shop on mobile?
May 13, 2024 at 2:59 pm
#565184
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:
.wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop {
display: none !important;
}
Best Regards.