Adding a label to the DOWNLOAD ALL button
You can add a label to the DOWNLOAD ALL button using a short CSS code, which needs to be added to ENTIRE SITE → CSS content block:
CSS
/*Adding the Download All label to the button*/
.sm-user-ui .sm-gallery-cover-download-button:after {
content: ' Download All';
}
.sm-user-ui .sm-gallery-cover-download-button {
width: auto;
}
CSSThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Leave a Reply