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?