Home Forums WoodMart support forum Change color "New" label on product page

Change color "New" label on product page

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

    dev-nz
    Participant

    Greetings,

    We would like to change the colour of the round circle displaying the “new” labelon product grid for this colour : #44A72F

    Could you please suggest a CSS code ? 🙂

    Best Thanks

    #252308

    Hello,

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

    .new.product-label {
    	background: #44A72F;
    }

    Best Regards.

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