Change the ‘BUY PHOTOS’ label on the buy button

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 .sm-button-label {
  display: none;
}

Leave the first comment