Hide Title, Captions and Keywords in the Lightbox view using CSS
Although you can hide Title, Captions and Keywords in the LIGHTBOX settings on your galleries, sometimes there is a situation where you would like to hide this information completely – even from pages, where you have added a single photo content block that has lightbox enabled.
For this you would need to open the theme that you are currently using → click the ADVANCED tab → CUSTOM CSS and add this code to it:
CSS
/*Hide Lightbox Captions, Titles and Keywords*/
.sm-lightbox-info {
display: none !important;
}
CSSThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Leave a Reply