Home Forums WoodMart support forum to change the labels "SALE" and " HOT"

to change the labels "SALE" and " HOT"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244910

    _7
    Participant

    Hi. Tell me how to change the “SALE” and “HOT” labels.
    I want to change the text color and background color to transparency.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.onsale{
    background: transparent;
    color: #000000;
    }
    
    .product-label.featured {
    background: transparent;
    color: #000000;
    }

    Regards.
    Xtemos Studios.

    #244992

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.onsale{
    background: transparent;
    color: #000000;
    }
    
    .product-label.featured {
    background: transparent;
    color: #000000;
    }

    Regards.
    Xtemos Studios.

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