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: Is it possible to disable the date showing on everywhere?

#72148

Hi @steve-4685,
If you want to remove the Author also then please copy the below Custom CSS code paste just after the previous code you added to remove date.

.entry-meta .author {
	display: none;
}
.entry-meta {
	display: block;
}

Thank You