Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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;
}
Hi friend, I tried this, but it don't work. My theme is minimal version. Thanks.
Hello Jenny20201130,
Please share your site url.
So that i can check and let you know the exact solution here.
Hi, I'm having a similar issue with the Supply font. I want to change the colour to the same grey per the description of the product on the main page. Currently black.
Would you be able to assist?
Thank you!
User | RANK |
---|---|
236 | |
97 | |
86 | |
51 | |
42 |