New Download All button doesn't work with CSS code
brettchristlieb
Registered Users Posts: 21 Big grins
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;
}
/* 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
www.brettalanphotography.com
0