Options

Help -- Remove Slideshow Button from Lightbox

JoelAlbertJoelAlbert Registered Users Posts: 8 Beginner grinner
edited January 5, 2014 in SmugMug Customization
All,

I want to disable the SlideShow Button from the LightBox. I have already removed it from the GAlleries.

Any suggestions?

Thanks

JOel

http://hereandtheretogether.smugmug.com/

Comments

  • Options
    beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited January 5, 2014
    JoelAlbert wrote: »
    I want to disable the SlideShow Button from the LightBox.
    Ho Joel,
    If you mean the "play" arrow/triangle down at the bottom-left, this should work for the lightbox associated with galleries:
    .sm-lightbox-basic .sm-lightbox-ft-left .sm-lightbox-play {
        display: none;
    }
    
    Yippee ki-yay, footer-muckers!
  • Options
    JoelAlbertJoelAlbert Registered Users Posts: 8 Beginner grinner
    edited January 5, 2014
    beardedgit wrote: »
    Ho Joel,
    If you mean the "play" arrow/triangle down at the bottom-left, this should work for the lightbox associated with galleries:
    .sm-lightbox-basic .sm-lightbox-ft-left .sm-lightbox-play {
        display: none;
    }
    


    Most Excellent, worked like a charmclap.gif
Sign In or Register to comment.