Hi,
Is there a way to remove the product price from showing in the “bundle product” section.
Hi,
Is there a way to remove the product price from showing in the “bundle product” section.
Hi @Gypsymoon
You can do that by adding this code to Custom CSS of that section
bundle-product .product-description .price { display: none !important; }
@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 ![]()
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