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: Delete “One thought on…” sentence

#97427

Hi Nguyễn Anh,

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

.comments-title {
	font-size: 0;
}
.comments-title span {
	font-size: 28px;
}
@media (max-width: 767px) {
	.comments-title span {
		font-size: 25px;
	}
}

Thanks