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

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