Home Forums WoodMart support forum color change

color change

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

    Hausbasket
    Participant

    I want to change batch color which shows on product image for more information screen short attached here

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

    Hello,

    I saw the screenshot you attached. To change the color of the labels you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.featured {
        background-color: yellow;
    }
    .product-label.new {
        background-color: orange;
    }

    Best Regards.

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