Separate post titles by line in the widget 'recent posts'
-
hi there
I had a question concerning my blog
In the right column, I feature a widget that displays the titles of the last 10 blogposts (“recent posts”)
However, i was wondering whether it was possible to separate the titles of those posts with a light grey line, which would make it easier for the reader?
Thx for your help!
The blog I need help with is: (visible only to logged in users)
-
Absolutely! For that, you’ll add a little bit of custom CSS — this snippet should do the trick!
.widget_recent_entries li { border-bottom: 1px solid #ddd; padding: 5px 0; } -
-
- The topic ‘Separate post titles by line in the widget 'recent posts'’ is closed to new replies.