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: Erase Admin from Post

#62534

Hi @theodorparris,

To hide the admin please paste the below custom CSS code in Appearance > Customize > Additional CSS.

.entry-meta .author,
.entry-meta > div:after {
	display: none;
}
.entry-meta > div + .comments:before {
	content: "/";
}