Articles on: EB - Storefront Display & Customization for Bundles

Hide prices of products on bundle builders - Full page and Product page bundles


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


If you want to hide prices from your bundle follow these steps


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


The first example in image shows code that applies to all bundles.


The second example in image shows code that applies to a single bundle only.



For Full page bundles


.gbbProductItemPrice, .gbbSummaryPageProductListItemPrice, .gbbFooterTotalValue, .gbbFooterTotalLabel,
.gbbFooterProductPrice, .gbbCartModalProductPrice, .gbbCartModalProductPrice {
display: none !important;
}


For Product page bundles


.gbbMixProductsContainer .gbbMixProductsItemsContainer .gbbMixProductItem .gbbMixProductPriceWrapper {
display: none !important;
}

.gbbMixModalFooter, .gbbMixBundlePrice {

display: none !important;

}


If you are facing any troubles or have further customization requests

Book a meeting with our team here)

Updated on: 27/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!