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 the authors name

#73893

Hi @vampelog,

To hide the author’s name please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

.entry-meta .author {
	display: none;
}
.entry-meta > .date:after {
    content: "";
}

Thanks