Home Forums WoodMart support forum sale price

sale price

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #304411

    asulinmosh
    Participant

    Hey, I want to change the color of the text, “price” only when sale price, how do I do it?

    #304440

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .price ins .price {
    color: red;
    }

    Best Regards

    #304445

    asulinmosh
    Participant

    Hi,
    Thanks a lot, but it does not work.
    It did not change the color at all.

    Attachments:
    You must be logged in to view attached files.
    #304505

    Hello,

    Sorry, please reaplce the code with this one:

    body .price ins .amount {
    color: red;
    }

    Best Regards

    #304526

    asulinmosh
    Participant

    Excellent!!!
    Thank you!!

    #304535

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)