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:
/*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;
}
Make sure that you change the content label in the CSS code to anything that your customer want.
css, label, slideshow button
Tomasz Nowicki
My name is Tomasz Nowicki and I am a PHOTOGRAPHER and WEB DESIGNER based in the UK. Few years ago I have created my first website using SmugMug - a powerful platform for any type of photographer. I fell in love with it and from day one I have started exploring the possibilities of customizing my website.
PHOTOM Portal is a my personal SmugMug knowledge base website where you can find some tips and tricks on how to use and get the most out of your SmugMug website.