Disable "share" icon on image zoom
-
Hi,
Theme settings – Product page – images – Show “Zoom image” icon [ENABLED]
When you enable zoom for the images and click on it on the product page. There is a “share” icon with some options to share or download the image.
I have looked everywhere, but where can i disabled this feature?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .pswp__top-bar .pswp__button--share{
display:none;
}
Best Regards