Home Forums WoodMart support forum DISCOUNT LABEL COLOR

DISCOUNT LABEL COLOR

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

    lavitasarim
    Participant

    Hello.

    https://xtemos.com/forums/topic/discount-label-color/

    I tried the codes you gave me. But it didn’t. Are the codes you provide for rectangular labels? I am using round my site. I tried to change it myself, but I didn’t succeed.

    Which folder did you get them from?

    What codes do I need to use?

    Thank you.

    #168049

    Hello,

    Yes, those codes works for rectangular labels. As you are using rounded labels, To change the color of discount label, try the below CSS code in global custom CSS area under theme settings >> custom CSS:

    body .product-labels .onsale{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Best Regards.

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