Archived topic
recent post in bold
3 replies · Started by steven on April 4, 2022
Viewing posts 1–4 of 4
Hello, at the bottom of each article I display a list of the most recent articles. On this list I want to display the titles in bold (only in the post list) is it possible?
Hi Steven,
Try this CSS:
ul.wp-block-latest-posts__list.wp-block-latest-posts a {
font-weight: bold;
}
Thanks you Ying, it's working
No problem :)
This archived topic is closed to new replies.