Slideshow button

bmgbmg Registered Users Posts: 38 Big grins
edited January 12, 2008 in SmugMug Support
I added the remove slideshow button code to my CSS, but I only want to remove the slideshow button from my journal page and not my other galleries. What code do I need to add? This is what I added to my CSS box:
/* removes the full-screen slideshow buttons */
.play_slideshow{
display: none;
}

Thanks

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited January 11, 2008
    bmg wrote:
    I added the remove slideshow button code to my CSS, but I only want to remove the slideshow button from my journal page and not my other galleries. What code do I need to add? This is what I added to my CSS box:
    /* removes the full-screen slideshow buttons */
    .play_slideshow{
    display: none;
    }

    Thanks

    .gallery_XXXXXXX .play_slideshow{
    display: none;
    }

    where XXXXXX is the album#
  • bmgbmg Registered Users Posts: 38 Big grins
    edited January 12, 2008
    Thanks
    Thank you for the help. I thought it went something like that, but I could not figure out the order.

    Thanks
    bmg
Sign In or Register to comment.