How can I remove the light grey banner that appears where the title goes. We put our titles on the image. Thanks
Hi kasnoff, You can add the following CSS code to your site:
.jdGallery .slideInfoZone { background: transparent !important; }
dominic Thank You