Hi,
The origin file is js/main.js (search PhotoSwipe), it is not easy to modify.
It is possible to hide the icons by CSS:
.pswp__share--facebook { display:none; }/*hide FB*/
.pswp__share--twitter { display:none; }/*hide TW*/
.pswp__share--pinterest { display:none; }/*hide Pin*/
.pswp__share--download { display:none; } /*hide download*/
.pswp__button--share{ display:none; } /*hide all 4 icons*/
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook