Articles on: Storefront display

How to disable product popups (description container) in the bundle builder?

If you want to disable product pop-ups in Bundle Builder, you need to follow these steps:


  • Copy and paste the code below into the Custom CSS Settings



.gbbProductImageContainer, .gbbProductTextContainer, .gbbProductVariantModalMainContainer {  
display: none; !importatnt;
}

Updated on: 27/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!