Home Forums WoodMart support forum LABEL TAGS PRODUCTS

LABEL TAGS PRODUCTS

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

    sergobaba
    Participant

    please tell what CSS I can use to make my labels look like this?

    out of stock in the middle and the rest top left corner like that with same colors?

    #258161

    sergobaba
    Participant

    and if I can’t how do i turn off all labels like out of stock and sale?

    #258211

    sergobaba
    Participant

    please help

    #258312

    Hello,

    I saw the screenshots you attached.

    Please Go to Theme Settings >> Shop >> Product Labels and set them to rectangular.

    Screenshot for Clarification: https://prnt.sc/wn7ngk

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

    span.onsale.product-label {
        background: green;
    }
    
    span.out-of-stock.product-label {
        background: #6cb1ee;
        color: white;
        margin-top: -10px;
    }
    
    span.featured.product-label {
        background: yellow;
        color: black;
        position: absolute;
        left: 50px;
        width: 100px;
    }

    Regards.
    Xtemos Studios.

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