ONWUCHEKWA OJIKE
asked 6 years ago

Hello Thanks for your support please I see ‘comments box’ under individual question. How can I remove it?

1 Answers
DominicStaff
answered 6 years ago

If you want to hide the comment box, you can configure permission of the User role cannot view, submit a comment. 

Assisnal
replied 6 years ago

Hi how to remove the comment box from questions only not from answers ?

Dominic Staff
replied 6 years ago

You can add the following code to the style.css file of your file:

.dwqa-container .dwqa-question-item .dwqa-comments {
display: none;
}

Powered by DW Question & Answer Pro