when i open a question i dont want people see commenting area.
3 Answers
Hi,
To disable comment, you can setting permission in the Dashboard > Q&A > Settings > Permission.
Regards,
thank you very much.
cinserely,
but it also close comments on answers. i only want to close comment under questions but not for answers. can you help me please?
You can use the following code to hide the comment section under questions:
.dwqa-question-item .dwqa-comments {
display: none;
}
Please login or Register to submit your answer