How can I remove the product price from the bundle section?

Hi,

Is there a way to remove the product price from showing in the “bundle product” section.

https://wx4asawadj273jix-8439839.shopifypreview.com

Hi @Gypsymoon

You can do that by adding this code to Custom CSS of that section

bundle-product .product-description .price { display: none !important; }
1 Like

@Gypsymoon - can you please share the page link of the bundle product?

Hi,

I shared it above, you’ll just need to scroll down the page as it’s a section on the homepage :slightly_smiling_face:

Hi,

thank you, unfortunately that didn’t work

Could you show me where did you add the code?

That did work!! Sorry, I copied it wrong! Thank you soooo much!!

@Gypsymoon - add this css to the very end of your base.css file and check

.bundle-products .product-container .price{display:none !important; visibility:hidden;}

Very welcome, @Gypsymoon