Home Forums WoodMart support forum CHANGE THE COLOR OF LABELS

CHANGE THE COLOR OF LABELS

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

    jimanagn
    Participant

    Hi,

    How can i change the color of labels NEW and SOLD OUT like attachment

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #28907

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change their colors

    .product-label.onsale {
    	background: yellow!important;
    }
    
    .product-label.new {
    	background: red!important;
    }

    Regards

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