Home Forums WoodMart support forum change label color

change label color

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

    tonnick
    Participant

    Hello
    Is there any way to change label colors ? seems that sale badge is related to primary color and featured is red.

    Bud I’d need to do the opposite. In red the sales, and in primary the hot/featured badges.

    Did I miss any option or if it only CSS ?

    thx !

    #245353

    Hello,

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

    /*sales*/ body .labels-rectangular .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    }
    /*hot*/
    body .labels-rectangular .featured {
    color:#ffffff;
    background-color:#000000;
    }
    /*new*/
    body .labels-rectangular .new{
    color:#ffffff;
    background-color:#000000;
    }

    Best Regards

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