Is there a way to change the discounted price color for the entire site to red?
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.price-item--sale {
color: red !important;
}
1 Like