Home Forums WoodMart support forum Color change

Color change

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

    Hausbasket
    Participant

    I want to change color of NEW label. for more information screen short attached below.

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

    Hello,

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

    /*new*/
    body .labels-rectangular .new{
    background-color:#000000;
    }

    Set the color as per your needs.

    Best Regards

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