Could be possible to change the zoom loupe that appears over the products into the woocommerce ? How could be done ? thanks
Hi @Borislav.VD,
Thanks for writing in.
Not sure if it’s possible, but all of that is built-in to Woocommerce. Perhaps you may contact a Woocommerce developer to be able to change the zoom and its feature.
Thanks!
i wish to change only the icon of the loupe ( only the image ) nothing else . I have looked into the woocommerce file on the ftp but i can not find the loupe image 
Hi There,
Thanks for the confirmation!
You can change the icon image via CSS. Please add this CSS to your X->Theme Option -> Global CSS..
.woocommerce-product-gallery__trigger {
text-indent: 999999em;
background: url(image-url); /* please add your icon image URL here */
}
Hope this helps!
which must be the size of the image and which format must have - png,jpg or svg format ?
You can use 20x20px png image.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.