Font size in "Recent Posts" widget

Dear Movin,

I just recently added a widget for recent posts - the font size of the text is smaller than in the other widgets though.

I’ve changed the font size in the other widgets with this code - what do I have to add/change in order to change the font size of my last widget as well?

#secondary .widget {
    font-size: 17px;
    font-family: Georgia, serif;
}

(the URL to my website is www.dorohenrietta.com)

Thanks in advance! :slight_smile:

Hi @dorohenrietta,

I hope you are well today and thank you for your question.

You can try changing the font size of that widget also by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#secondary .widget a{
    font-size: 17px;
}

Best Regards,
Movin

Thanks,worked perfectly :slight_smile:

You are most welcome here :slight_smile: