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

#67179

Hi @rebelsnotes,

please go to Appearance > Customize > Additional CSS and again add the below custom css code to the end

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

Thanks