Home › Forums › WoodMart support forum › product image on shop page › Reply To: product image on shop page
October 14, 2021 at 6:35 am
#325077

Luke Nielsen
Keymaster
Hello,
In order to enable the second image on hover, try to add custom CSS in Theme Settings -> Custom CSS -> enter the code below to “Custom CSS for mobile”
.product-grid-item .hover-img {
display: flex;
}
Kind Regards