Home Forums WoodMart support forum NEW PRODUCT

NEW PRODUCT

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

    mathieugalfre
    Participant

    How to change green color for badge ?
    thank’s

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change the background color for the “New” label. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .product-labels .new {
        background-color: blue;
    }

    Thanks for your time and have a great day.

    Kind Regards

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