[Support request] Removing comment title "thoughts on"

Home Forums Support [Support request] Removing comment title "thoughts on"

Home Forums Support Removing comment title "thoughts on"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #327154
    oboyhehehe

    Hi

    can i remove the comment title that says “3 thoughts on…” at the comment section, to simply show “3 comments”

    #327453
    Tom
    Lead Developer
    Lead Developer

    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

    #327599
    oboyhehehe

    Hmm ok, if i want it completely gone is there a simply way then? thanks

    #327721
    Tom
    Lead Developer
    Lead Developer

    Ah, try this:

    .comments-title {
        display: none;
    }
    #816198
    Ben

    Hi where to do we add the?

    .comments-title {
    display: none;
    }

    #816375
    David
    Staff
    Customer Support

    Hi there,

    that is CSS, simplest way is to put it in the Customizer > Additional CSS

    https://docs.generatepress.com/article/adding-css/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.