Liquid, Javascript, thèmes
Hi,
The zoom function on our products images doesn't work, neither on desktop nor on mobile.
Could someone help us to fix this bug on our Impulse theme?
Thank you by advance!
Résolu ! Accéder à la solution.
Succès.
Hello,
This is resolved, the following code needs to be modified inside theme.css:
img {
opacity:1;
}
Instead of 0.
Succès.
Hello,
This is resolved, the following code needs to be modified inside theme.css:
img {
opacity:1;
}
Instead of 0.
A big shout out for your help! Still wondering why the opacity was set to 0... 😬