Home Forums WoodMart support forum Product label

Product label

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

    hpb
    Participant

    Hey, I have a color issue with the product labels:

    1. onsale product label is black when it’s supposed to be red
    2. featured label is red when it’s supposed to be black

    Thanks!

    #153025

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .onsale {
    background:red;
    }
    body .labels-rounded .featured {
    background:green;
    }

    Set the color as per your needs.

    Best Regards

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