"Thoughts on..." message

Hello,

I’ve noticed that when people leave a comment to a post, a message appears below the article sayng “X thoughts on… articletitle” (X is a real number). Can I hide it?

Example in the picture attached. My URL is www.formazionegestalt.it

Hi @sebagela,

I hope you are well today and thank you for your question.

You can try hiding this message by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#comments h2.comments-title {
    display: none;
}

Best Regards,
Movin

That solved my problem :smiley:

Thank you so much :smiley:

You are most welcome here :slight_smile: