Hey again,
I understand where the text is being displayed, I’m just not sure which part exactly you’re looking to remove.
If you want to remove the following https://screencast.com/t/KmGrfe3L6yhR then please try adding the following code to Appearance -> Theme Options -> Custom CSS:
.slideInfoZone {
display: none;
}
In case you just want to remove the title please use this instead:
.jdGallery .slideInfoZone h3 {
display: none;
}
If the code doesn’t work or this is not what you want please post link to your site and let me know which part you want to remove.
Best regards,
Bojan