Skip to main content

How to Hide Bulk Savings Notification in the Cart?

G
Written by Graham Barrett

How do I remove the "you will save $ by buying bulk" notification on the cart page?

To hide the bulk discount notification, you can add the following CSS code to your theme:

bold_csp_qb_savings { display: none; }

Did this answer your question?