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: Remove comment counter

#75877

Hi @vittoriadanderfer,

To remove the Comment Meta, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

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

Thanks