Remove caption from lightbox
URL to the page in question:
-
First, I’d like to thank you for this great theme!
I have a question concerning the gallery, especially the lightbox. I generated a gallery page. When clicking on a picture, the lightbox opens.
I would like to remove the name of the picture which is displayed at the bottom of the lightbox. Is there any way to achieve this?
Thank you very much for your help!
Kind regards
Cordula
Cordula,
Thank you for your business first of all. I do appreciate it. Great question too. You can remove the name. Here’s how to do that:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
div.jquery-lightbox-title {
display: none;
visibility: hidden;
}
- Update your settings.
That should take care of the titles for you. If you have any questions or trouble, let me know.
Have a great week,
Bill
Bill, thank you very much for your instant reply. Your suggestion solved my problem very nicely.
Thank you very much!
Kind regards,
Cordula
I am sorry, but I have a follow up question.
On my gallery page, I’ve got some weird arrows on the top right, slightly overlayed with the menu (see attached screenshot). What could this be?
Thanks a lot for your help!
Best
Cordula
Questions are always welcome. Great one too. It looks like that is probably set to use the gallery format. In the Foundation theme what that does is take any images that have been uploaded while editing that page/post and turn them into a slideshow. The arrows that you’re seeing are the ones that belong to the slideshow.
It looks like you’re wanting to use a thumbnail gallery there which is great. Just change the format back to standard and that should remove the arrows.
Let me know if it gives you any trouble,
Bill
Fabulous! Thank you very much once again and thanks for the detailed information which made me understand quite a bit about galleries.
Regards
Cordula
Anytime. The formats are one thing that WordPress doesn’t have a method for theme authors to change the names. It would be great if I could change the label to slideshow from gallery to make things more clear for everyone.
Take care,
Bill
- The topic ‘Remove caption from lightbox’ is closed to new replies.