Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi guys,
Could anyone please help me to change the compare price color on prestige theme (collection and product page). My URL is https://kannuii.es/
Many thanks
Marc
hii, @MarksBcn
Which color do you want to put in compare price??
Can you give me color name/code so,
I can solve it.
Thank You.
please Go to Online Store->Theme->Edit code then go to assets/theme.css or theme.scss.liquid ->paste below code at the bottom of the file.
.Price--compareAt {
color: red !important;
}
.ProductMeta__Price.Price--compareAt {
color: red !important;
}
hii, @MarksBcn
Paste this code on top of the theme.scss file.
span.ProductMeta__Price.Price.Price--compareAt.Text--subdued.u-h4 font {
color: red !important;
}
Thank you.
hello @MarksBcn
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
span.ProductMeta__Price.Price.Price--compareAt.Text--subdued.u-h4 font {
color: #f50404 !important;
}
User | RANK |
---|---|
205 | |
105 | |
88 | |
57 | |
45 |