Yes, that does the trick!! It still works even after removing some CSS:
.wp-show-posts-columns .wp-show-posts-entry-title {
font-size: 18px;
}
.wp-show-posts-meta a,
.wp-show-posts-meta a:visited {
color: rgba(255,255,255,0.7);
}
.wp-show-posts-image {
margin-bottom: 0;
}
Would it be possible to get rid of the extra title (see red arrow in screenshot: https://prnt.sc/lj81x3) and to have a background for the title?
Thanks again for the help, Tom!!