Home › Forums › WoodMart support forum › Disable "share" icon on image zoom › Reply To: Disable "share" icon on image zoom
June 26, 2019 at 10:19 am
#130154

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .pswp__top-bar .pswp__button--share{
display:none;
}
Best Regards