Hello @marvinq ![]()
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!
Hello @marvinq ![]()
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!