Change font style of Recent Posts widget
-
Hi,
Hoping you can help. I’m trying to change the font style of the recent post titles to bold in the recent posts widget in the sidebar and footer of https://illinois-sleepsociety.org/
Need the titles to be more distinguished from the post date.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi,
thank you for using our theme.
You can add this to the Custom CSS:
.widget_recent_entries a { font-weight: bold; }
or you can add also underline to the text like this:
.widget_recent_entries a { font-weight: bold; text-decoration: underline; }
Hope this helps.
All the best,
Ana -
-
- The topic ‘Change font style of Recent Posts widget’ is closed to new replies.