Gallery: Removing Camera info and changing info under photos

Hello:

I have a gallery embedded on this page: Photos - Dustin Morrow ‎and I would like to be able to remove the camera information. It also seems to be pulling the file name and putting it under the picture. I would like to remove that as well (when I put in a caption, it simply adds the caption above the filename). Thank you for your help!

Hi @amoeba12,

I hope you are well today and thank you for your question.

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

ul.jp-carousel-image-exif {
    display: none;
}

Best Regards,
Movin