Slideshow button
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
/* removes the full-screen slideshow buttons */
.play_slideshow{
display: none;
}
Thanks
0
Comments
.gallery_XXXXXXX .play_slideshow{
display: none;
}
where XXXXXX is the album#
Portfolio • Workshops • Facebook • Twitter
Thank you for the help. I thought it went something like that, but I could not figure out the order.
Thanks
bmg