Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3658936
Stop Replying to existing comments
Closed

Comments

  • sourav started the conversation

    HI , I would like to stop peoples from replying on existing comments on my posts.

    I want to my viewers to post a new comment but not reply on any existing comment.

    How can i restrict them from doing so

    I have attached an image below for better understanding

    Attached files:  comments.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .thecomment .comment-text span.reply {
        display: none;    
    }

    Regards,
    PenciDesign.



  • sourav replied

    Thanks , it worked