Skip to main content

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

Sid avatar
Written by Sid
Updated over 2 weeks ago

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;
}

If you are facing any troubles or have further customization requests:

Did this answer your question?