Does anybody know how to do this?
I just want to highlight sales or discounted prices with RED in my Shopify store.
A Shopify store owner using the Pipeline theme wants to highlight sale/discounted prices in red and add a red ‘sale’ badge to products.
Solution provided by BSS-TekLabs:
For red sale prices:
.price.on-sale { color: red !important; }For red sale badge:
The helper provided step-by-step screenshots demonstrating the exact navigation path and code placement. The original poster confirmed receiving the instructions with screenshots but hasn’t yet marked the solution as resolved. All technical guidance relies on editing theme CSS files directly.
Does anybody know how to do this?
I just want to highlight sales or discounted prices with RED in my Shopify store.
Hello @oswenkoln .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
.price.on-sale {
color: red !important;
}