Home › Forums › WoodMart support forum › AJAX shop function kills hover function on products › Reply To: AJAX shop function kills hover function on products
October 7, 2022 at 2:41 pm
#411702

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .products:not(.wd-img-width) .cat-design-alt img{
width: 100%;
}