Home Forums WoodMart support forum How do i change the NEW and HOT products Color

How do i change the NEW and HOT products Color

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

    saltyham
    Participant

    How do i change the color of this?

    #32025

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .product-label.featured {
    	background-color: #000;
    }
    
    body .product-label.new {
    	background-color: #111;
    }

    Regards

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