Hi, i’m using png images with no background on my products.
When i set the hover effect to switch to first gallery image, it places the second image on top of the first image, in the frontend shop pages,.
Because the images have no background it shows the 2 overlaping images.
Is there a way to hide the frst image once the user rolls hover it and shows the second image?
Thank you
Hi druzes!
Can you send us a link to your page so we can take a look? You can set you reply as private if you wish.
Cheers!
Elliott
Yes thank you, Here it goes:
Hi!
Try adding this to your custom CSS.
.thumbnail_container:hover > img:nth-child(2) {
opacity: 0 !important;
}
Cheers!
Elliott
Worked like a charm ;)
Thank you