Options

Hide Caption and Keywords

DebbieWebbieDebbieWebbie Registered Users Posts: 4 Beginner grinner
edited November 2, 2013 in SmugMug Customization
I have a gallery which contains photos collected from other galleries. In this gallery I want to hide the captions and keywords. Does anyone know the CSS code that will hide the captions and keywords? Thanks.

Comments

  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited November 1, 2013
    This should do it

    .sm-gallery-smugmug .sm-tile-info {
    display: none;
    }
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    DebbieWebbieDebbieWebbie Registered Users Posts: 4 Beginner grinner
    edited November 2, 2013
    Smug Eric wrote: »
    This should do it

    .sm-gallery-smugmug .sm-tile-info {
    display: none;
    }


    Eric, I tried this code but it did not work in the gallery that contains the "collection of photos" from other galleries. The code does work in my other galleries.

    Thanks.
  • Options
    DebbieWebbieDebbieWebbie Registered Users Posts: 4 Beginner grinner
    edited November 2, 2013
    Eric, I tried this code but it did not work in the gallery that contains the "collection of photos" from other galleries. The code does work in my other galleries.

    Thanks.


    Is there CSS code that will work to hide Captions and Keywords in a gallery where the images are links from other galleries? I only want to hide the captions and keywords in the gallery than contains the "collection of images"
Sign In or Register to comment.