Home Forums WoodMart support forum Change labels colors

Change labels colors

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

    andreameini
    Participant

    Ok Tks.

    Attachments:
    You must be logged in to view attached files.
    #60055

    Hello,

    It is possible to do via CSS code. Please add this code to Theme settings > Custom CSS

    .product-label.new,
    .product-label.onsale,
    .product-label.attribute-label:not(.label-with-img) {
        background-color: yellow!important;
        color: red;
    }

    Replace “yellow” and “red” with the colors you need, if you want different color and background, put the style separately.

    Best Regards

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