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-user-ui .sm-com-lb-batch-add-button {
display: none;
}