Home Forums WoodMart support forum Change Blog Category colour

Change Blog Category colour

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #214140

    cordzors
    Participant

    Hi can i check how to change the colour for this?

    #214141

    cordzors
    Participant

    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.
    #214193

    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

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