• Hello there,
    Can you please tell me how to change the price color of a product on sale? I need only the sale price in a different color in the catalog and on the single page, not the crossed-out price. I looked around and didn’t find any solutions for Astra. Thanks in advance!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @amicargot,

    You can try adding the following CSS to your site

    .sale .price {
        color: #f00 !important;
    }

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter amicargot

    (@amicargot)

    Hi. Thank you for your reply but that doesn’t change anything.
    Here is a link to the website. https://www.coolchic-mode.com/
    The idea is for all of the sale prices to change color : single product page, category page, and the featured products on the homepage.

    Thank you in advance for your help.

    Hi @amicaHi @amicargot,

    Please share with us the direct links of the pages which have products that are on sale. I browsed some pages of your sites and couldn’t find any, though I might just miss it.

    Looking forward to hearing from you.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of sale price’ is closed to new replies.