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: titles

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

Show full Gallery Titles

SmugMug shows only one line of gallery titles and some of you would like to show more.  Using this code you can display 4 lines of text below their gallery thumbnails.CSS/*-----Show full gallery titles-----*/ .sm-tiles-grid.sm-tiles-info-after .sm-tile-info-text { display: -webkit-box; ...

Continue reading