If you wish to hide the old price (compared at price) from the bundle deals, you can utilize this custom CSS snippet:
โ
.kaching-bundles__bar-full-price {
display: none;
}
You can either add it to your theme's .CSS file (e.g., base.css) or paste it directly into the theme customizer's 'Custom CSS' box."