Site logo

Archived topic

Change colour of category meta

3 replies · Started by Emma on December 12, 2018

Viewing posts 1–4 of 4

I'd like to change the colour of the category meta only, is there a css class for just the category meta? I'd like to style this a different colour to the date and author.

Hi there,

try this CSS - change the color accordingly:

.entry-meta .cat-links a {
    color: #123456;
}

That's great, thank you!

You're welcome :)

This archived topic is closed to new replies.