Skip to main content

Are you still looking for something?

Generic filters
Exact matches only
Filter by Categories
Customization
Domains
Lightroom Plugin
Tools and Tips

Try these: contact formbuttonbuy photos

Tag: label

Change the BUY button label in Lightbox view

You can change the BUY photo label in the LIGHTBOX { large image } view in your galleries by adding a CSS content block to either ALL GALLERIES or ENTIRE SITE section of your site and then add this code to it:CSS/*Replace the BUY label in lightbox view*/ .sm-lightbox-buy-button .sm-button-label...

Continue reading

Changing the BUY label in Journal Gallery Style

You can replace the BUY label in Journal gallery style using this CSS code, which needs to be installed in ENTIRE SITE section → CSS content block:CSS/*---changing the BUY label in journal style---*/ .sm-gallery-buy-icon:after { content:' PRINTS' !important; }.sm-gallery-buy-icon...

Continue reading

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...

Continue reading

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'; } ...

Continue reading

Change the ‘BUY PHOTOS’ label

This is a code that will replace the BUY PHOTOS label that is displayed at the top of every gallery.Add this code to the ENTIRE SITE section → CSS CONTENT BLOCK:CSS/*Change the BUY PHOTOS label*/ .sm-gallery-cover-buy-button:after { content: ' Shop Now'; }.sm-gallery-cover-buy-button...

Continue reading