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 button

ADD TO CART icon – moving it below the thumbnails

In this tutorial, I will demonstrate how to place the ADD TO CART icon below the thumbnails instead of displaying it in the top corner.Preparing your galleriesIf you are using a gallery style with not much space around the photos – you will need to add some spacing around your photos,...

Continue reading

Hiding icons/buttons in Lightbox view

You can hide specific icons, which appear on the left side of the lightbox view using this code. You can mix and match depending which icons would you like to remove.Add a CSS content block either to the ENTIRE SITE section or ALL GALLERIES section of your website and then copy parts...

Continue reading

Hiding the BUY button on keyword search result pages

When you search for a keyword on SmugMug the search results will bring all images from all public galleries on your website. The search results will always show the BUY PHOTOS button, even though your gallery has this button turned OFF Don’t worry – if you have disabled the buy button...

Continue reading

Hiding the BUY BUTTON on keywords page

You can hide the BUY BUTTON on keywords page/search results page. Add a CSS content block to the ENTIRE SITE section of your website and then add this CSS code to it:CSS/*Hiding buy button on keywords page*/ .sm-page-gallery-keyword .sm-gallery-cover-buy-button { display: none; }CSS

Continue reading

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

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