Site logo

Archived topic

Change color at normal price

3 replies · Started by Pedro on March 29, 2019

Viewing posts 1–4 of 4

Hello! I would like to change the color to the normal price of the product.

Currently I have configured it so that the discounted price is red, but the normal price also does, I would like to change it to a gray.

I send you a screenshot so you can see it: https://www.dropbox.com/s/c6mxfk1svjkq4ay/rebajaslocas.png?dl=0

How can I do it?

Thank you!

Hi there,

try this CSS:

.woocommerce ul.products li.product .price del, 
.woocommerce div.product p.price del {
    color: #444 !important;
}

Hello david!

It worked perfect, thank you very much!

Glad to be of help

This archived topic is closed to new replies.