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 4:28 pm
#434871
Aizaz Imtiaz Awan
Keymaster
Hello,
Your issue is now resolved in this regard. Please check back your Site after completely clearing the browser and server cache.
The following detailed Custom CSS was applied in this regard on your Site:
.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;
}
.wd-add-btn-replace .add-to-cart-loop span {
transition: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:before {
display: none !important;
transition: none !important;
transform: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:after {
display: none !important;
transition: none !important;
transform: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:hover span {
transform: none !important;
transition: none !important;
}
Best Regards