Change original sale price color on Debutify

Hello @marvinq :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file theme.scss (or theme.scss.liquid) and add this code at the bottom

#ComparePrice {
    color: #FF0000 !important;
}

The result

Hope that helps!

1 Like