File name still showing in carousel despite hiding EXIF
- The topic ‘File name still showing in carousel despite hiding EXIF’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I am trying to hide the file name and comments on all images in the carousel. I input the CSS code previously published in this forum:
#jp-carousel-comment-form, .jp-carousel-image-meta {
display: none !important;
}
but that is only hiding the comments section. The file name of the image is still appearing. I have already turned off the EXIF data under media settings but that didn’t seem to help. I have also cleared all cashed data in the browser and tried other browsers, still the same issue. Any ideas to help?
The blog I need help with is: (visible only to logged in users)
Hello!
Try using the following CSS to hide any information relating to the carousel:
.jp-carousel-info {
display: none;
}
Let me know if there’s any problems with this.
Thank you!
Rebecca
That seems to have worked, thank you so much!
Glad to hear! :) Let me know if there’s anything else.
Cheers,
Rebecca