Skip to main content

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

Written by Sid
Updated this week

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;
}
Did this answer your question?