Change Blog Category colour
-
Hi can i check how to change the colour for this?
I have reuploaded the picture here.
How to change the blue to another colour? Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
This color is changed in the Theme Settings > Styles and colors. You should change the Primary color.
If you do not want to change the Primary color, add this code to the Theme Settings > Custom CSS > Global:
body .meta-post-categories {
background-color:red;
}
Set the color as per your needs.
Best Regards