View Full Version : 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
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#
Thank you for the help. I thought it went something like that, but I could not figure out the order.
Thanks
bmg
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.