[Resolved] Change color at normal price

Home Forums Support [Resolved] Change color at normal price

Home Forums Support Change color at normal price

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #853907
    Pedro

    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!

    #854100
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Hello david!

    It worked perfect, thank you very much!

    #855187
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.