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: hide button

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