Home Forums WoodMart support forum Badge colors

Badge colors

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

    mobitaxd
    Participant

    Hi want you to tell me
    1)how to change the color of all badge (SALE,NEW,HOT,SOLD OUT)
    2)how to change the color of fonts badge

    Thanks

    #220626

    Hello,

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

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

    If you have set round labels, replace the selector .labels-rectangular for .labels-rounded

    Best Regards

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