Home Forums WoodMart support forum Change color on sale label

Change color on sale label

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

    Curious
    Participant

    Hello,

    I need to change the sales label color on the products to #ecfe24

    I tried putting this code in custom CSS but it didn’t work

    body .product-label.sale {
    background-color: #ecfe24;
    }

    Kind regards

    #166688

    Hello,

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

    body .product-label.onsale{
        background:red;
    }

    Change the background as per your needs.

    Best Regards

    #166727

    Curious
    Participant

    Oh, cool. How do I change the text color to black?

    #166737

    Hello,

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

    body .product-label.onsale{
        background:red;
        color:black;
    }

    Best Regards

    #169567

    Curious
    Participant

    It’s perfect!
    Thank you!

    #169587

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

    Best Regards

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