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: Hide "author" and "comments"

#60414

Hi there,

Add below custom CSS code in Appearance > Customize > Additional CSS to hide the author and comment link.

.entry-meta .by-author,
.entry-meta .comments,
.entry-meta > div:after {
	display: none;
}

Thank you!