March 1, 2022 at 5:35 pm
#97427
Theme Horse Support Team
Keymaster
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