Hello ModC,
Please share your site url.
So that i can check and provide you exact solution here.
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->theme.scss.liquid
#ProductPrice { color: green; } #ComparePrice { color: red; }
Thanks a lot for your help OSC. I was able to change all the regular price items to red however, the sale price still remained black.
This is what I did to change it to green. Around line 3385 there should be a code that looks like this:
.grid-product__price {
@include accentFontStack;
font-size: em(14px);
}
I added a line to it which makes the code look like this now:
.grid-product__price {
@include accentFontStack;
font-size: em(14px);
color: green;
}
Worked like a charm. Hopefully this helps anyone else who is trying to accomplish the same.
User | Count |
---|---|
8 | |
6 | |
6 | |
5 | |
5 |