Product image title is visible
-
Hello,
How can we hide the product title from being visible when you move the arrow on the image?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I can check and give you a possible solution.
Best Regards
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.woocommerce-product-gallery__image a {
pointer-events: none;
}
Best Regards