Hide image name on the mouse hover
-
It is really bad. I did not get any solution solution. Please help to give the solution.
Attachments:
You must be
logged in to view attached files.
Hello,
Please disable “Images captions on Photo Swipe lightbox” in the Theme Settings > Product page > Images.
Best Regards
I have done it but not working
I have done all the process. Please find the attached picture. This is you theme coding issue. please resolve this bug.
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove the title in the image https://prnt.sc/ux2rn2
The title is shown in some of the browsers regardless of the theme.
Best Regards
I am facing this issue long time. it’s really bad service. it’s a big mistake to buy this theme. I have tried all the way but problem not solved yet. why not you guys take it seriously.
Attachments:
You must be
logged in to view attached files.
Hello,
This title would appear regardless the theme. No theme influence that. You can just test any free or default theme. And you will see the same. You just need to remove the titles from the images in the Media Library.
Best Regards
I don’t think so this is a bug of your theme. I am using other theme as well not face such kind of problem. please give css code to stop this.
Hi,
Please provide page on your site where we can check this issue.
Best Regards
Please below is the website link
martwall.com
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-product-gallery__wrapper img {
pointer-events: none;
}
Best Regards
Which place need to add please guide.
Global Custom CSS or Custom CSS for desktop
You can place it for Custom CSS for desktop area.