Site logo

Archived topic

Latest Posts : Font Change of Blog Titles

5 replies · Started by Michal on June 26, 2020

Viewing posts 1–6 of 6

Hello.
How can I change font of blog titles in "Latest Post" to bold?
I tried to change all H headings fonts but I did not find it.
And also - even if I turn the allignment to ALLIGN CENTRE and it looks ok, when I preview it the blog title is alligned to left.
Thanks for you answer.
Michal

Hi there,

try adding this CSS:

.wp-block-latest-posts li {
    text-align: center;
    font-weight: bold;
}

Thanks!!!!
It works well.
And what about the allignmet?

Updated the code above

Thanks a lot. I really appreciate it.

You're welcome

This archived topic is closed to new replies.