First, I love this theme so much!
Just wondering how I would keep file names from appearing when they display? I’m using the GALLERY module to show thumbnails and then the LIGHTBOX option is selected. When an image thumbnail is clicked and the lightbox image pops up, in the lower left is the image name, i.e., img_0472, and in the lower right is the number of images, i.e. 5/200.
How do I remove these, or at least just the file name?
Thanks so much.
— Jordan
Hi Jordan,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
put this in your css:
.mfp-title {visibility: hidden;}
Hi!
You can use @ftlamont’s css or the css provided below:
.mfp-title {
display: none !important;
}
.mfp-counter {
display: none !important;
}
Please insert the above css into your custom css section to hide the image name and counter:
Cheers!
Dake
Thanks so much! I’ll give it a try!
Hey!
You’re welcome :)
I’ll leave your thread open until you confirm that it’s working on your end.
Regards,
Dake
It totally works! Thanks so much! You guys always have the best support! Cheers!
Hi!
Glad we could help :)
Please let us know if you ever need help in the future.
Regards,
Dake