Thanks but I can’t get it to work. This is what worked for BL1
img.pswp__img {
background: white;
border: 30px solid #ffffff;
-webkit-box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
-moz-box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
This is what I tried for BL3,
img.fancybox-slide img {
background: white;
border: 30px solid #ffffff;
-webkit-box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
-moz-box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
box-shadow: 1px 0px 0px 8px rgba(201,199,201,0.2);
Not working, even removing the shadow code still doesn’t work. Sorry guys my coding just isn’t up to snuff. Reason why I never did good in my coding classes 