Home Forums WoodMart support forum customize product label colors HELP

customize product label colors HELP

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

    sergobaba
    Participant

    please help with following

    #254846

    Hello,

    I saw the screenshots you attached.

    1) To change the color of the label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .onsale.product-label {
    	background: brown;
    	color: white;
    }

    2) Sorry but there is no option in Theme Settings for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards.

    #255726

    sergobaba
    Participant

    and for out of stock products?

    #255756

    Hello,

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

    .product-label.out-of-stock {
        background-color: green;
        color: white;
    }

    Best Regards.

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