Home Forums WoodMart support forum How can I automatically add overlay color over the images in the slider? Reply To: How can I automatically add overlay color over the images in the slider?

#434751

Hello,

Your issue has been solved. I have added the below custom CSS code in the Global CSS section, please check it now after removing the browser cache:

.wd-add-btn-replace .add-to-cart-loop:hover:before {
    visibility: hidden;
	  display: none;
}
.wd-add-btn-replace .add-to-cart-loop:hover:after {
    visibility: hidden;
	display: none;
}

Best Regards.