Home Forums WoodMart support forum Hover on product image file name remove Reply To: Hover on product image file name remove

#261995

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.