Home › Forums › WoodMart support forum › Fix Add to cart button › Reply To: Fix Add to cart button
December 23, 2020 at 11:50 am
#253297
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-hover-quick .add-to-cart-loop:before {
color: black;
}
.woodmart-hover-quick .woodmart-add-btn>a {
background: none;
}
Best Regards.