Change Discount Price Color

Is there a way to change the discounted price color for the entire site to red?

Website

Hi @WaataBlasters

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.price-item--sale {
    color: red !important;
}
1 Like