• Resolved Dimitry

    (@dmitry25kw)


    Hi, “Allow tree-like (nested) comments with a depth of 2 levels” is enabled in the WordPress settings. When I reply to a parent comment, the “Reply” button remains in the child comment, I tried to simply remove its css styles, but the button disappears in both child and parent comments. Please help to remove it from child comments.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi Dimitry,

    Please try this CSS code:

    #wpdcom .wpd-reply.wpd_comment_level-2 .wpd-reply-button{
        display:none;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.

    Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking.

    Thread Starter Dimitry

    (@dmitry25kw)

    It works! I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the “Reply” button in the list of child comments?’ is closed to new replies.