Martin-1
10/2/2016 - 8:39 PM

How to remove the word “Comments” from recent posts shortcode.

How to remove the word “Comments” from recent posts shortcode.

/* How to remove the word “Comments” from recent posts shortcode. */

.recent-posts-content .meta span:nth-child(3), .recent-posts-content .meta .meta-separator {
    display: none !important;
}