Site logo

Archived topic

Change size and bold meta entries

3 replies · Started by Charles on May 6, 2020

Viewing posts 1–4 of 4

Hi,

I'm looking to change the size and bold meta entries. What CSS should I use?

Thanks

Hi there,

Try this:

.entry-meta {
    font-size: 20px;
    font-weight: 700;
}

Brilliant, that's solved that. Thanks

No problem :)

This archived topic is closed to new replies.