Skip to main content

Are you still looking for something?

Generic filters
Exact matches only
Filter by Categories
Customization
Domains
Lightroom Plugin
Tools and Tips

Try these: contact formbuttonbuy photos

Tag: captions

Hiding image titles, captions and keywords in mobile view

Sometimes you would like to hide captions, titles and keywords in mobile view only for more cleaner look. This code will allow you to hide all of this on mobile devices.Add a CSS content block to the ENTIRE SITE section of your website and then add this code to it:CSS/*Hiding gallery titles,...

Continue reading

Hide Titles, Captions, Keywords in the new Lightbox

Add a CSS content block to the ENTIRE SITE section of your site and then add this code to it:CSS/*Hide Titles, Captions and Keywords in the new Lightbox*/ .sm-image-metadata-caption, .sm-image-metadata-keywords, .sm-image-metadata [data-elem-id=imagemetadata_title_text]{ display: none !im...

Continue reading

Hide captions in JOURNAL gallery style

You can hide captions in Journal gallery style by adding a CSS content block to your gallery or ALL GALLERIES and then adding this code to it:CSS/*Hide Captions in Journal gallery style*/ .sm-tile-caption { display: none; }CSS

Continue reading

Hide Captions in SmugMug gallery style

To hide captions in galleries that have been set to SmugMug gallery style – add a CSS content block to ALL GALLERIES and then add this code to it:CSS.sm-gallery-smugmug .sm-tile-info [data-name=CaptionRaw] { display: none; }CSS

Continue reading