badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Removing the date and author from homepage post thumbnails

#63782

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