Hide 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.
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;
}
CSSRelated articles
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Support me
I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.
Leave a Reply