text slideshow button
rlfotodesign
Registered Users Posts: 4 Beginner grinner
Hello,
Can anyone tell me how i can change the text(slideshow) of the slideshow button into enlarge.
Thanks in advance,
Regards
René Lambrechts
Can anyone tell me how i can change the text(slideshow) of the slideshow button into enlarge.
Thanks in advance,
Regards
René Lambrechts
0
Comments
Please add a CSS content block to your galleries and add this code to it:
.sm-user-ui .sm-gallery-slideshow-button .sm-button:after {
content: ' ENLARGE';
}
.sm-gallery-slideshow-button .sm-button-label {
display: none !important;
}
Thanks Tomnovy for the great help