Options

Remove Slideshow Button

TimmyTimmy Registered Users Posts: 27 Big grins
edited August 6, 2013 in SmugMug Feature Requests
Please, let us be able to remove the slideshow button from the galleries.

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 6, 2013
    This will remove it from a smugmug style gallery. Not sure of the other styles.
    You can add it to a specific gallery or site wide CSS box.
    .sm-gallery-slideshow-button {
      display: none;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    TimmyTimmy Registered Users Posts: 27 Big grins
    edited August 6, 2013
    Thanks, works perfectly!
    Allen wrote: »
    This will remove it from a smugmug style gallery. Not sure of the other styles.
    You can add it to a specific gallery or site wide CSS box.
    .sm-gallery-slideshow-button {
      display: none;
    }
    
Sign In or Register to comment.