Home Forums WoodMart support forum Change new/sale buttons color

Change new/sale buttons color

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

    mobilalonamad
    Participant

    Hi! How can I change the colour of the Sale/New buttons?
    Now they are green and my theme’s primary colour.

    #195268

    Hello,

    To change the color of new, sale labels you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.onsale {
    background-color: red;
    }
    .product-label.new {
    background-color: orange;
    }

    You can set the colors according to your needs.

    Best Regards.

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