Hello Thanks for your support please I see ‘comments box’ under individual question. How can I remove it?
1 Answers
If you want to hide the comment box, you can configure permission of the User role cannot view, submit a comment.
Hi how to remove the comment box from questions only not from answers ?
You can add the following code to the style.css file of your file:
.dwqa-container .dwqa-question-item .dwqa-comments {
display: none;
}
Please login or Register to submit your answer