Change the Color of label
-
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.
I checked the theme settings, but I could not find the option to change the label colors. Please help me with this.
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
I added the code still the same, with no changes.
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
body .labels-rounded .featured {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Best Regards