Home Forums WoodMart support forum Woocomerce

Woocomerce

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

    aRAMeoXx5
    Participant

    Hi i have a problem with woocommerce New & featured and on sale & sold out badge how to change the colors and text please help

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

    Hello,

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

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

    Best Regards

Tagged: 

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