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: buy photos

Hide BUY button everywhere on your SmugMug site

This CSS code will allow you to hide the BUY button everywhere on your SmugMug website. The button will not appear to your visitors and yourself – logged in account owner.Add a CSS content block to the ENTIRE SITE section and then add this code to it:CSS/*Hiding all buy buttons*/ .sm-user-ui...

Continue reading

Changing the ‘BUY PHOTOS’ button colour

You can change the colour of the BUY PHOTOS button, which appears at the top of your gallery. Just add a CSS content block to your site and then add this code to it:CSS/* change Buy button color at the top */ .sm-gallery-cover-buy-button { color: #FFFFFF !important; /*This line controls...

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