Home › Forums › WoodMart support forum › Shop product image › Reply To: Shop product image
March 9, 2022 at 10:19 am
#359097
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-grid-item .hover-img {
display: block!important;
}
Regards.