Tagged: description, Lightbox
How can I hide the description text when a lightbox image is clicked? I don’t like how the description of the image is shown when a user clicks on a preview image and the lightbox view pops up.
Hi flylanddesigns!
Do you mean the filename and 1/xx text underneath the image? If so, please add the following to your Quick CSS:
.mfp-bottom-bar {
display: none !important;
}
If not, please provide a more detailed description and/or screenshots of what you want to remove.
Best regards,
Rikard
That worked, thank you!