PDA

View Full Version : Slideshow button


bmg
Jan-11-2008, 08:23 PM
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

Andy
Jan-11-2008, 08:29 PM
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#

bmg
Jan-11-2008, 10:07 PM
Thank you for the help. I thought it went something like that, but I could not figure out the order.

Thanks
bmg