Articles on: EB - Storefront Display & Customization for Bundles

How to disable quantity selector?


Advanced Customization can be done in the Additional configurations settings of Branding Configurations


If you want to disable quantity selector to add only max of one product each you need to follow these steps

  • Navigate to the additional configurations within Branding Configuration
  • Copy and paste the code below in the Custom CSS Settings


.gbbProductQuantityAddButton{
display : none !important;
}

.gbbProductActionContainer{
grid-template-columns: unset !important;
}


${color}[#007a7a](If you are facing any troubles or have further customization requests

Book a meeting with our team here!)

Updated on: 12/07/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!