Home Forums WoodMart support forum STICKER MENU HOT PRICE CHANGE TEXT SIZE

STICKER MENU HOT PRICE CHANGE TEXT SIZE

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

    thenightfox91
    Participant

    Hello , i have translated the HOT PRICE Sticker in my lang. and the words are to big i need them to be more smaller ! Can you send me the ccs code related the “hot price sticker ” ?
    If its possible can you please tell me the css code to link the “hot price – sticker ” somehow with ONE icon that i have prepared !

    #97551

    Hello,

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

    body .labels-rounded .product-label.new {
        font-size: 8px;
    		min-width:40px;
    		min-height:40px;
    }
    
    body .product-label.featured {
        font-size: 8px;
    		min-width:40px;
    		min-height:40px;
    }
    body .product-label.onsale {
        font-size: 8px;
    		min-width:40px;
    		min-height:40px;
    }

    Set the font-size and label width and height as per your needs.

    Best Regards

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