Here are some CSS selectors which might be helpful if you want to style the Better Recent Comments plugin. These selectors apply to both the widget (added via Appearance → Widgets) and the shortcode.
The recent comments list <ul> element: .recent-comments-list
Comment wrapper <div> around each comment: .comment-wrap
CSS Selectors
Here are some CSS selectors which might be helpful if you want to style the Better Recent Comments plugin. These selectors apply to both the widget (added via Appearance → Widgets) and the shortcode.
<ul>
element:.recent-comments-list
<div>
around each comment:.comment-wrap
.recent-comments-list .comment-avatar img
.recent-comments-list .comment-author-link
.recent-comments-list .comment-post
.recent-comments-list .comment-excerpt
.recent-comments-list .comment-date
Related Articles