Site logo

Archived topic

How to change colour and size of metadata on the frontpage

3 replies · Started by Petra on August 3, 2021

Viewing posts 1–4 of 4

Hi,

I've clearly once upon a time altered the colour and the size of categories and date font above the post headlines on my front page https://www.evermind.fi (the top 3 posts), but now that I'd like to tweak it a bit, I can't for the life of me figure out where it's done. See the image for clarification. Could you kindly point me in the right direction? Thanks!

Hi there,

i am not actually seeing any custom CSS to change those elements styles.
If you want to change them, then here is the CSS you can use:

.wp-show-posts-meta a, 
.wp-show-posts-meta a:visited {
    color: #000000;
    font-size: 16px;
}

So maybe I never actually did anything to it after all... Either way, your little snippet of CSS is exactly what I needed to make the changes, so all good now :) Thank you!

Glad to be of help :)

This archived topic is closed to new replies.