Change Discount Price Color

Hi @WaataBlasters

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

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