Home Forums Basel support forum Shop Product Photos Reply To: Shop Product Photos

#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