How to change the color of a price on discount

Hello,

I would like to change the color of a product price that is on discount. And actually I did that adding to css BUT it works only on big screens but if it comes to mobile phones it doesn’t. Any help? PLEASE!! I added:

.price__sale .price-item–regular{
color: #2d2d2d !important;
}

.cart-item__price-wrapper *,
.price__sale .price-item–sale{
color: #ff0000 !important;
}

What else should I add?

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

https://camelie.pl

Please help!

I did and it helped but only if it comes to computer screens but on the mobile phones still nothing:(

Don’t worry. I solve this on my own. It appers I am a master of programming ;D