Home Forums WoodMart support forum Change the Color of label

Change the Color of label

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #372228

    woksen
    Participant

    How to change the color of the Label?
    Please find the screenshot for more information

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

    woksen
    Participant

    I checked the theme settings, but I could not find the option to change the label colors. Please help me with this.

    #372344

    Hello,

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

    body .labels-rectangular .featured {
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Best Regards

    #373117

    woksen
    Participant

    I added the code still the same, with no changes.

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

    Hello,

    Please replace the code with this one:

    body .labels-rounded .featured {
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Best Regards

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