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

#73815

Hi @arjun-raut,

To remove the date of every post please go to ‘Appearance > Customize > Additional CSS’ and past the below code.

.entry-meta .date {
	display: none;
}

Thanks