Hover on product image file name remove
-
Hover on product additional image its show file name. I just remove it when hovering on the image. but I keep my file name are same as when its upload
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. The image title feature on hover comes with the woocommerce and our theme doesn’t influence it.
We can provide custom CSS, however, in this case, the option to enlarge the image would be lost. If you still want the CSS then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .product-image-thumbnail {
pointer-events: none;
}
Best Regards.