I need plain text in my recent posts widget
-
can someone please give me the CSS to make the links in my Recent Posts widget not bold? I tried but it didn’t work. help! Thanks.
-
Try replacing this rule from your custom CSS:
.recent posts a { font-weight: 400 }With this:
.widget_recent_entries a { font-weight: normal; } -
- The topic ‘I need plain text in my recent posts widget’ is closed to new replies.