May 29, 2019 at 8:32 am
#63782
Theme Horse Support Team
Keymaster
Hi @sanderedk,
Please paste the below custom CSS code in Appearance > Customize > Additional CSS to hide the author and date from the thumbnails on the homepage.
.home .post-block .entry-meta:not(.category-meta) {
display: none;
}
.home .post-block .entry-title,
.home .featured-section .single-featured-post .post-block .entry-header .entry-title{
margin-bottom: 10px;
}
Thanks