Reply To: Sidebar seprator for recent posts

Home Forums Support Sidebar seprator for recent posts Reply To: Sidebar seprator for recent posts

Home Forums Support Sidebar seprator for recent posts Reply To: Sidebar seprator for recent posts

#81960
Tom
Lead Developer
Lead Developer

This should do it:

.widget_recent_entries li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.widget_recent_entries li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}