Slideshow button and cart button...
jeffscra
Registered Users Posts: 56 Big grins
I want to remove the two buttons from all of my galleries. I tried the following code listed in a previous post on the sitewide css but the buttons are still there.
.sm-gallery-slideshow-button
{
display: none;
}
Any help would be appreciated.
my site is jscranton.smugmug.com
Thanks for the help!
JS
.sm-gallery-slideshow-button
{
display: none;
}
Any help would be appreciated.
my site is jscranton.smugmug.com
Thanks for the help!
JS
Webpage: http://jscranton.smugmug.com
0
Comments
.sm-gallery-buymenu,
.sm-lightbox-buy-button,
.sm-gallery-slideshow-button {display: none;}
My Website index | My Blog
Entire site CSS.
Thanks,
Andy
My Website index | My Blog
The code seems to take it away but something is bringing it back.
Thanks for all the help.
All fixed.
Thanks