Home Forums WoodMart support forum How to change colour of gree new label

How to change colour of gree new label

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #51415

    MAYZEL
    Participant

    hi i want the New label on my products to show black instead of green please how to do this.

    #51438

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .product-label.new {
        background-color: #000000;
    }

    Regards

    #51439

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .product-label.new {
        background-color: #000000;
    }

    Regards

    #53712

    MAYZEL
    Participant

    Perfect thank you

    #53731

    You are always welcome! If you have any questions feel free to contact us.
    Best regards

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

The topic ‘How to change colour of gree new label’ is closed to new replies.