Home Forums WoodMart support forum Fix Add to cart button Reply To: Fix Add to cart button

#253297

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.