Remove slideshow controls from gallery page

sgrottasgrotta Registered Users Posts: 97 Big grins
edited August 3, 2006 in SmugMug Support
I've just added a new public gallery (Children" to www.pixels.smugmug.com. It didn't pick up all the styles of the other public galleries. Specifically, it retains the slideshow controls which I have removed from all the others, through the site control panel.

How do I get rid of that bar of slideshow controls?

Thanks, Sally

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 3, 2006
    sgrotta wrote:
    I've just added a new public gallery

    new gallery, new CSS. Add the red.
    You're removing the very same way you've removed it for the other galleries.

    .gallery_1200806 .toolsbox {display: none;}
    .gallery_1200808 .toolsbox {display: none;}
    .gallery_1200809 .toolsbox {display: none;}
    .gallery_1200896 .toolsbox {display: none;}
    .gallery_1200847 .toolsbox {display: none;}
    .gallery_520789 .toolsbox {display: none;}



    .gallery_1734674 .toolsbox {display: none;}
  • sgrottasgrotta Registered Users Posts: 97 Big grins
    edited August 3, 2006
    Thank you
    Excellent. That did the trick.

    Thank you, Sally
Sign In or Register to comment.