Adding a text label to the Slideshow button
You can add a custom label, which will appear on the side of the SLIDESHOW button using CSS code, which needs to be added to the ENTIRE SITE section → CSS content block:
CSS
/*Change the SLIDESHOW label*/
.sm-user-ui .sm-gallery-cover-slideshow-button:after {
content: ' Slideshow';
}
.sm-user-ui .sm-gallery-cover-slideshow-button {
width: auto;
}
CSSMake sure that you change the content label in the CSS code to anything that your customer want.
This 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