Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have a Motion theme. How do I change the discount price to red and make it in a bold font?
Hi @swissbutik ,
Can you please send me a preview URL so that I can assist you on?
Thank you
Hello, thank you for replying. swissbutik.com it is
Hi @swissbutik ,
Can you please try adding below css to theme.css file?
span.grid-product__price--original {
color: red;
}
span.product__price.product__price--compare {
color: red;
font-weight: 900;
font-size: 23px;
}
Please don't hesitate to reach out if you require further help to optimize or customize your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece