Hello,
When hovering over a product image on a single product page, the image name appears next to the cursor. How can we fix this?
https://meyclub.com.tr/urun/selanik-orgusu-hirka-siyah/
Regards.
This topic has 8 replies, 3 voices, and was last updated 1 months ago ago by Tony Rodriguez
Hello,
When hovering over a product image on a single product page, the image name appears next to the cursor. How can we fix this?
https://meyclub.com.tr/urun/selanik-orgusu-hirka-siyah/
Regards.
Hello @Şali,
The text displayed on hover corresponds to the content of the title attribute. You can hide it by adding the following custom CSS in Theme Options → Theme Custom CSS → Global CSS:
.swipers-couple-wrapper .swiper-wrapper img:not(.zoomImg), .thumbnail-item > span {
pointer-events: none;
}
Best regards,
Jack Richardson
8Theme Team
Hello again, the problem in the photo has been corrected, but we also need to remove the names in photos 11 and 12. Can you help?
Hello @Şali,
You may add the following custom CSS; however, please note that it will disable the lightbox functionality when clicking:
.swipers-couple-wrapper .swiper-wrapper a {
pointer-events: none;
}
The URL details displayed in the browser when hovering over any link are a standard browser feature and are not related to the theme used on the website.
Best regards,
Jack Richardson
8Theme Team
Hi again,
Okay, so the link in image 12 will remain. But we want to remove the image name in image 11. Can we get support for that as well?
Regards.
Hello @Şali
You can disable such content using next custom CSS:
.single-product footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
display: none;
}
Kind regards, Jack Richardson
The 8theme’s team
Thanks for the support! My topic “I need help hiding the image name.” has been successfully resolved.
Dear Şali,
We really appreciate your time and engagement within the WordPress & WooCommerce community
Your feedback drives every improvement we make in XStore — helping us deliver a smoother and more flexible experience with each update.
💡 Share your quick thoughts — it takes less than a minute!
Your input makes a real difference.
Topic closed.
The 8Theme Team
The issue related to '‘I need help hiding the image name.’' has been successfully resolved, and the topic is now closed for further responses