fbpx
Enjoy Year-End Sale: 50% Off All Plugins! Coupon Code: NewYear2025

Disable Zoom Magnifying Glass Icon

Lek Santiago

Hi,

I have a quick question. How can I disable Zoom Magnifying Glass Icon with CSS?

Thank you,
Lek

Tanvirul Haque

Hello Lek Santiago,

Thanks for reaching us. Please try with this CSS code:

.woo-variation-gallery-container .woo-variation-gallery-trigger {
display: none;
}

Thanks