Home Forums WoodMart support forum Change new icon color

Change new icon color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381488

    daniel.merchan1910
    Participant

    Hello please i need to know how can i change the new icon color, for now its green but i want to change it to my primary color

    #381525

    Hello,

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

    /*new if rectangular*/

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

    /*new for rounded*/

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

    Best Regards

    #381726

    daniel.merchan1910
    Participant

    Thanks, it works perfect.

    #381782

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change new icon color’ is closed to new replies.