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;
}