Home › Forums › WoodMart support forum › removing the option when hovering on a product from the home page › Reply To: removing the option when hovering on a product from the home page
June 6, 2021 at 8:06 pm
#297972

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .product-element-top:hover .hover-img {
opacity: 1;
-webkit-transform: none;
transform: none;
}
Best Regards