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 {
display: none !important; /*This code hides the default BUY label*/
}
.sm-lightbox-buy-button:after {
content:" BUY PHOTO" !important; /*This code replaces the default BUY button with your own label*/
}
CSSThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Leave a Reply