How can I remove the slideshow button on galleries?

GaryBakkerGaryBakker Registered Users Posts: 266 Major grins
edited July 31, 2013 in SmugMug Support
I want to customize my galleries so the slideshow button and the "owner buy" (whatever that is) button.

I can't find a gallery setting to take care of this. I assume I'll need to use CSS? Can someone supply the proper code? I'd be most appreciative.

Thanks,
Gary
SmugMug site => The Bakker Chautauqua
"The difference between stupidity and genius is that genius has its limits." (Einstein)

Comments

  • ZBlackZBlack Registered Users Posts: 337 Major grins
    edited July 31, 2013
    The following CSS code should hide the slideshow button
    .sm-gallery-slideshow-button {
      display: none;
    }
    

    I only tried it on a specific gallery, not site wide, but you could try it on the entire site with just adding the CSS block.
  • GaryBakkerGaryBakker Registered Users Posts: 266 Major grins
    edited July 31, 2013
    Thanks ZBlack! That worked perfectly, for all galleries.

    Do you happen to know the code for removing the "Owner Buy" button?
    SmugMug site => The Bakker Chautauqua
    "The difference between stupidity and genius is that genius has its limits." (Einstein)
  • [Deleted User][Deleted User] Big grins S. UtahPosts: 0 Big grins
    edited July 31, 2013
    GaryBakker wrote: »
    Thanks ZBlack! That worked perfectly, for all galleries.

    Do you happen to know the code for removing the "Owner Buy" button?

    The "Owner Buy" button does not show up on the visitor view when your site is "unveiled".
  • GaryBakkerGaryBakker Registered Users Posts: 266 Major grins
    edited July 31, 2013
    Ahhh. Thanks!
    SmugMug site => The Bakker Chautauqua
    "The difference between stupidity and genius is that genius has its limits." (Einstein)
Sign In or Register to comment.