Hide the BUY MULTIPLE PHOTOS button from the shopping cart

This CSS code will hide the “BUY MULTIPLE PHOTOS” button from the shopping cart for both logged-in account owners and visitors.

CSS code

Add a CSS content block to the ENTIRE SITE section of your website, and then add this code to it:

CSS
/*Hide BUY Multiple Photos button*/
.sm-com-lb-sidebar-footer-container .sm-button {
    display: none;
}

Leave the first comment