How to change color product price and make bold in Motion theme?

How to change color product price and make bold in Motion theme?

swissbutik
Tourist
4 0 1

I have a Motion theme. How do I change the discount price to red and make it in a bold font?

Replies 3 (3)

LuffyOnePiece
Shopify Partner
645 93 117

Hi @swissbutik ,

 

Can you please send me a preview URL so that I can assist you on?

 

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
swissbutik
Tourist
4 0 1

Hello, thank you for replying. swissbutik.com it is

LuffyOnePiece
Shopify Partner
645 93 117

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

 

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184