Reply 335187 to: How can I remove image title on hover ???

Avatar: Rose Tyler
Rose Tyler
Support staff
September 27, 2022 at 12:46

Hello,

You can use custom CSS code as a workaround:
1/ for Single product gallery images

.swipers-couple-wrapper .swiper-wrapper img {
pointer-events: none;
}

2/ for Shop page products

.content-product .product-content-image img {
pointer-events: none;
}

3/ Or you may add next css snippet to globally remove title on hover for images that have one

img[title] {
pointer-events: none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.