Home Forums WoodMart support forum How to disable share button on product photoswipe popup

How to disable share button on product photoswipe popup

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

    d_ch
    Participant

    Hi,

    I would like to ask you how I can disable the share button on product photoswipe popup image.

    Is it maybe possible from theme options?

    Please check my attached image.

    Thank you in advance.

    Attachments:
    You must be logged in to view attached files.
    #102860

    Hello,

    Please add the code to the Theme settings > Custom CSS > Global

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

    Best Regards

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