Magnifying glass in the product page

hello, I have a question about the product page see picture. Is it possible to make the small magnifying glass on the upper left side of the picture disappear?

Hi Lea,

Thanks for reaching out.

Sure, please check this related link https://wordpress.org/support/topic/remove-magnifying-glass-icon-on-product-page-wordpress-woocommerce/. You’ll have to add the given CSS to Theme Options > CSS

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}

Hope this helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.