Site logo

Archived topic

how to make the date “bold”

3 replies · Started by Sanu Kumar on April 5, 2020

Viewing posts 1–4 of 4

I would like to know how to make the date “bold”. For example; “Last Updated On 14th February 2020”, I would like to bold only “14th February 2020”.

How to achieve this.

Hi there,

Try this CSS:

.posted-on .updated {
    font-weight: 700;
}
.posted-on .updated::before {
    font-weight: normal;
}

great....worked

No problem :)

This archived topic is closed to new replies.