Options

New Download All button doesn't work with CSS code

brettchristliebbrettchristlieb Registered Users Posts: 21 Big grins
edited June 3, 2016 in SmugMug Support
Previously we could hide the Download All button, but still allow individual downloads using this code.

/* Hide the Download All button */
.sm-gallery-download-button {
display: none !important;
}

However, this evening I noticed that SmugMug changed the Download All button to a button with a downward arrow and now that code above no longer functions. Looking at the code I found that modifying the above code to look like this seems to work.

/* Hide the Download All button */
.sm-gallery-cover-download-button {
display: none !important;
}
Brett Alan Christlieb
www.brettalanphotography.com
Sign In or Register to comment.