text slideshow button

rlfotodesignrlfotodesign Registered Users Posts: 4 Beginner grinner
edited May 19, 2015 in SmugMug Customization
Hello,

Can anyone tell me how i can change the text(slideshow) of the slideshow button into enlarge.

Thanks in advance,

Regards
René Lambrechts

Comments

  • tomnovytomnovy Registered Users Posts: 1,101 SmugMug Employee
    edited May 18, 2015
    Hi René,

    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;
    }
    SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | Customization Portal - https://portal.photom.me
  • rlfotodesignrlfotodesign Registered Users Posts: 4 Beginner grinner
    edited May 19, 2015
    tomnovy wrote: »
    Hi René,

    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 wings.gif
Sign In or Register to comment.