Hi,
When you open an image in a masonry gallery it displays the image filename underneath the image.
Is there a way to NOT display the filename, please?
Hey WordPressed,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.mfp-title { display: none; }
Best regards,
Yigit
Fantastic. That works. Thank you!