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 only author

#67119

Hi @rebelsnotes,

To hide only author then please go to Appearance > Customize > Additional CSS and paste the below custom css code.

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

Thanks