Archived topic
Latest Posts block, how to set post title to bold?
6 replies · Started by Aldo on December 15, 2021
Hi, I'm using Latest Posts block and wondering how to set the post title to bold? Thank you.

Hi Aldo,
You can try adding this CSS:
ul.wp-block-latest-posts__list.wp-block-latest-posts a {
font-weight: 700;
}
Or change 700 to 600 or bold depending on what font family you use. :D
Hi Elvin, I tried to copy-and-paste the CSS in the "Additional CSS class(es)" field (in the right column, under the "Advanced" section at the bottom), but it didn't change. Did I change it at the right location?
btw, I'm using "volume" theme from the Site Library.
Hi Elvin, I tried to copy-and-paste the CSS in the “Additional CSS class(es)” field (in the right column, under the “Advanced” section at the bottom), but it didn’t change. Did I change it at the right location?
You'll have to place it on Appearance > Customize > Additional CSS. :)
Excellent! It works! Thank you, Elvin.
No problem. :D