Skip to main content
All CollectionsKaching Quantity Bundles
How to remove compare at price from the bundle deal
How to remove compare at price from the bundle deal

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

Paulius avatar
Written by Paulius
Updated over a week 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?