Hi all.. We use the venture template and we recently added some code to change the strikethrough price colour to red and also the sale price to green. We used this code in theme.scss.liquid..
.product-single__price {
color: green; font-weight: bold;
}
.product-single__price--compare {
color: red;
}
See in action at this page here
What we would now like to do is also to have this same colour scheme on home page etc. At the moment on our home page we have a number of collections displaying with the strikethrough price etc, but no colour change. We'd like to apply the same green and red to homepage.
View our homepage here
I guess it will of course be a CSS addition but not sure what the 'tags' are (if that's the correct term), ie 'product-single__price'
Many thanks if anyone can offer some guidance..
Gary
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.product-card__price {
color: green;
}
.product-card__regular-price {
color: red;
}
Hello Jenny20201130,
Please share your site url.
So that i can check and let you know the exact solution here.
User | Count |
---|---|
793 | |
140 | |
93 | |
64 | |
60 |