Home Forums WoodMart support forum color for labels

color for labels

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67079

    cumenda
    Participant

    Hi,
    I would like to change the background color of the discount label on products (see image).
    How I can do whithout changing the color of other elements?
    Actually it seems the color is taken from primary color….

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

    Artem Temos
    Keymaster

    Hi,

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

    .product-labels span.onsale {
    	background-color: blue;
    }

    Regards

    #67140

    cumenda
    Participant

    Perfect !

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

The topic ‘color for labels’ is closed to new replies.