Home Forums WoodMart support forum Color from Product Lable

Color from Product Lable

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

    Pila Stone
    Participant

    Hello,
    where can I change the color of the product labels? For example, the label “New” for new products is green for me, although I never used green under Woodmart Style on Color.
    The FormStyle does not change either.

    #368378

    Hello,

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

    .new.product-label {
    background: red;
    }

    Best Regards

    #368561

    Pila Stone
    Participant

    Doesn’t work, the label is still green

    #368642

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    span.new.product-label {
        background: orange;
    }

    Best Regards

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