Home Forums WoodMart support forum Enlarged picture, how to remove the extra menu?

Enlarged picture, how to remove the extra menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #208774

    Mitrosha
    Participant

    Hello!
    I found that when you enlarge the picture on mobile devices (smartphone, tablet), this menu appears (photo attached). There is no such menu on the PC. How to disable it completely?

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

    Hello,

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

    body .pswp__share-modal--fade-in {
    display:none;
    }
    body .pswp__button--share{
    display:none;
    }

    Best Regards

    #208963

    Mitrosha
    Participant

    Yes, it works perfectly!
    Thank you!

    #208993

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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