Change general price of products into black

Hello everyone,

I would like to change the general price to black. As you can see in the picture below, the price is currently showing in red.

I’ve tried other solutions but it didn’t work. Which asset do I need to change exactly?

@Marinus Please send me the store url.

Hi @Marinus

Please find this line of code in your theme.css file

span.price {
    color: #DE2A2A;
}

Change to this

span.price {
    color: #000;
}

Thank you very much, found it and solved! :blush:

You are most welcome