Options

Collect Feature footnote - how to hide

VerucapepperVerucapepper Registered Users Posts: 2 Beginner grinner
edited January 11, 2016 in SmugMug Support
Hello,
I uploaded my photos and then wanted some in multiple galleries, so used the collect feature. Now all these photos have "From [original gallery name] as a footnote under the photo (where your optional description or keyword can go). I don't want this - it confuses my clients and my portfolio. Is there any way to hide this?

Thanks.

Comments

  • Options
    RichardRichard Administrators, Vanilla Admin Posts: 19,931 moderator
    edited January 11, 2016
    This works for me:
    /* hide source gallery in visitor view */
    .sm-lightbox-info .sm-text-mini {display: none;}
    .sm-user-owner .sm-lightbox-info .sm-text-mini {display:block;}
    

    Put that in your All Galleries CSS. The second line of code displays it for me when I'm logged in, but you may not want that, dunno.

    Edit: the above applies to the lightbox view. I'm not sure where else you might be seeing the source gallery. Is it somewhere else?
  • Options
    VerucapepperVerucapepper Registered Users Posts: 2 Beginner grinner
    edited January 11, 2016
    Thank you so much - worked. I had source gallery appearing in journal view.
Sign In or Register to comment.