how to hide the caption of the photos?
-
how to hide the caption of the photos? in the photo gallery of a product it appears undefined
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
here is the link in private. this happens when a product has multiple photos.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-product-gallery img {
pointer-events: none;
}
Regards.
Xtemos Studios