Hi 🙂
Hmm, do you happen to have a link to the site so I could see it in action? I’d be happy to help! It could be that another function from the theme or a plugin is showing those captions for you.
Perhaps if I could see it, I could give you some quick CSS to hide it (should you wish).
Please let me know how I can help! 🙂
Thanks
Thanks for the quick response! =) (I apparently missed seeing it right away, sorry about that ^^; ) While I’m still waiting to gather all the photos of the event before making the galleries public, I put one of them online at https://sailormoonevents.org/envira-gallery-test/ for you to look at. Any advice would be greatly appreciated as I really don’t want to edit titles of 100s of photos if I can help it. x_x Thank you!
Hi @marioknight 🙂
The gallery looks great!
To hide the titles over the images (on hover) for the gallery view, you can go to Appearance >> Customize >> Additional CSS and under the comment, copy / paste the CSS below. Don’t forget to click Save & Publish to save the changes. This CSS would apply to all galleries that are using the Automatic layout.
.envira-gallery-item-inner .caption {
display: none !important;
}
If you would like to hide the titles in the lightbox, you would use this CSS:
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
display: none !important;
}
Please let me know if that helps! 🙂
That did the trick, thank you! =D
No worries @marioknight! 🙂
Very happy I could help! If you need anything else, please don’t hesitate to give us a shout!
Have a great week!