Home › Forums › Basel support forum › Shop Product Photos › Reply To: Shop Product Photos
March 10, 2017 at 7:48 pm
#10722
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-hover-button .product-element-top {
background-color: white;
}
.basel-hover-button:hover .product-element-top {
background-color: black;
}
Regards