Turn the promotion price to red color

Home Forums Jevelin Theme Turn the promotion price to red color

Home Forums Jevelin Theme Turn the promotion price to red color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • JackLeung
    Participant

    Hi Support team,

     

    I would like to turn the sales price into red in color. But I found that I cannot change it by CSS. What can I do?

     

    Thanks.

    Hi @JackLeung,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to change it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce div.product p.price ins span.woocommerce-Price-amount.amount {
        color: #e00101 !important;
    }

    JackLeung
    Participant

    It’s good now. Thank you.

    You are most welcome here 🙂

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