Home Forums WoodMart support forum Sale price styling

Sale price styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #647217

    Kejserjorn
    Participant

    Hi,

    I can’t find a way to change the color of sale price.

    Is this not possible?

    I am not talking about sale badges/labels but the actual price when a product is on sale.

    There is a lot of different price styling options in Advanced Typography, but nothing related to sale price.

    Thank You

    #647421

    Hung Pham
    Keymaster

    Hi Kejserjorn,

    Thanks for reaching to us.

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

    span.product-label.onsale {
        background-color: #fff;
        color: #000;
    }

    Regards,

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