Archived topic
Removing comment title "thoughts on"
5 replies · Started by oboyhehehe on June 1, 2017
Hi
can i remove the comment title that says "3 thoughts on..." at the comment section, to simply show "3 comments"
You could try a plugin like this: https://en-ca.wordpress.org/plugins/say-what/
The strings would be:
One thought on “%s”
%1$s thought on “%2$s”
%1$s thoughts on “%2$s”
The text domain is: generatepress
And the context is: comments title
For example: https://www.screencast.com/t/Uu1E3Mf4a
Hmm ok, if i want it completely gone is there a simply way then? thanks
Ah, try this:
.comments-title {
display: none;
}
Hi where to do we add the?
.comments-title {
display: none;
}
Hi there,
that is CSS, simplest way is to put it in the Customizer > Additional CSS