Home Forums WoodMart support forum Disable "share" icon on image zoom

Disable "share" icon on image zoom

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130129

    timvanhuik
    Participant

    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.
    #130154

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .pswp__top-bar .pswp__button--share{
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)