Home › Forums › WoodMart support forum › Disable "download" and "pin it" on mobile lightbox? › Reply To: Disable "download" and "pin it" on mobile lightbox?
January 5, 2020 at 4:33 pm
#166384
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.pswp__share-tooltip a.pswp__share--pinterest {
display:none;
}
.pswp__share-tooltip a.pswp__share--download {
display:none;
}
Best Regards