Hide the Photo Title

If you would like to hide the photo title, without having to tediously remove the text from the "Tools" -> "Edit Details" for every photo, use this code. Add the following to your theme's Advanced CSS, or if you use multiple themes, add this to a CSS box in your "All Galleries" view.

/* Hide the photo title */
.sm-tile-title {
  display: none;
}
From the dgrin forums: http://www.dgrin.com/showthread.php?t=243861

Comments

Powered by SmugMug Owner Log In