Home › Forums › Pro Support › Add Icons Before Meta and Horizontal Line Between Posts › Reply To: Add Icons Before Meta and Horizontal Line Between Posts
December 6, 2018 at 6:54 pm
#6807
Keymaster
Hi there,
Possible with some CSS: https://wpshowposts.com/support/topic/how-to-add-custom-icon-on-blog-archive/
For the line, try this:
.wp-show-posts-single:not(:last-child) {
border-bottom: 1px solid #ddd;
}