Tagged: comment title, hide "thought on" text
Dear Themehorse Team,
Could you help me delete this sentence in the red circle by using Additional CSS (Delete the sentence start with “One thought on…”0
Picture in this link:
Thank you.
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