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: How can I customise Recent comments in the Side bar?

#95671

Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

.widget_recent_comments ul li span.cwp-on-text {
	font-size: 0;
}
.cwp-on-text:after {
	content: ":";
	font-size: 1rem;
}

Thanks