You can remove the shadow for the gallery. Click into the code editor by clicking into the “design” tab and in to “edit html/css”. Open the css editing page by clicking on main_style.css located on the top left hand column. Here locate and delete this code:
html body .galleryImageBorder,html body a .galleryImageBorder {
- -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
- -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
- box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}
Save your change and re-publish your site to allow the change to take effect.