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?
January 12, 2023 at 10:59 am
#434751
Aizaz Imtiaz Awan
Keymaster
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.