Change font on 'Recent Posts' widget

Posted in: Newspaper
Post count: 7

Hello, can you help?

My site is at: https://livinghappydays.com

I am trying to change the font in the ‘Recent Posts’ sidebar widget.

Thanks
Irene

Post count: 18283

Hello !

You can add this code into theme panel’s custom code tab like here: https://www.screencast.com/t/pKs34hPeIxBm

.widget_recent_entries .block-title span {
font-family: 'arial;
}

Thank you !

Post count: 7

Hi, thanks for reply regarding changing the widget title font.

Would you know how to change the actual size and font style for the list of recent posts and not just the widget title?

Irene

Post count: 18283

Hello !

In order to change the font size and font style you will need this code:

.widget_recent_entries li a {
font-style: italic;
font-size: 15px;
}

And it should look like this: https://www.screencast.com/t/K8CZBJ2Iu1bz

Thank you !

  • This reply was modified 7 years by Vlad S.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.