Hello,
On my e-commerce site when I pass the mouse over the photo of a product, another photo appears in superposition above the previous one.
This gives an unsightly effect, how to make invisible the photo below when the second image appears?
Thank you
Hey asteflo950,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Thank you for your help.
Hi,
Do you want the effect removed on all products or just the ones from the links you posted above?
Best regards,
Jordan Shannon
i want the effect removed on all products please.
Hi,
Add this to quick css:
li.product.type-product{
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Thank you for your answer Jordan.
However, that’s not exactly what I want.
Indeed, when I use your solution my image is no longer replaced.
What I want is to have the secondary image that appears but removing the one from below.
Hi,
I see. That may take a little more digging. Please provide admin info so we can log in and look into this info further.
Best regards,
Jordan Shannon