Skip to main content

How to remove compare at price from the bundle deal

Learn how to hide compare at price for Kaching Bundle deals.

Written by Paulius
Updated over 2 years ago

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."

Did this answer your question?