Hello
How can I remove the hover effects for the product image?
I included a screen shot of a product image being hovered on the product page.
Thank you,
Valerie
Hi Jordan,
Thank you for the link to the doc page. It worked!
I also see from the doc page that there is a way to prevent the image from opening in a lightbox. I am interested in removing this effect from the woocommerce single product page images. The doc does not provide instructions on how to do there.
How can I prevent the single product page image from opening in a link box (so there is no effect/link, make it not clickable)?
Thank you,
Valerie
Hi,
Add this to quick css:
.single-product-main-image {
pointer-events: none;
}
Best regards,
Jordan Shannon
Thank you!
Valerie
Hi,
No problem at all, I’m happy to help. If you need anything else, please let us know here in the forums
Best regards,
Jordan Shannon