Enlarged picture, how to remove the extra menu?
-
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.
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
Yes, it works perfectly!
Thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards