Home › Forums › WoodMart support forum › Hover on product image file name remove › Reply To: Hover on product image file name remove
January 28, 2021 at 7:46 am
#261995

Aizaz Imtiaz Awan
Keymaster
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.