Pulauwin
asked 9 years ago

when i open a question i dont want people see commenting area.

3 Answers
DominicStaff
answered 9 years ago

Hi,
To disable comment, you can setting permission in the Dashboard > Q&A > Settings > Permission.
Regards,

Pulauwin
answered 9 years ago

thank you very much.
cinserely,

pvkgbth
answered 7 years ago

but it also close comments on answers. i only want to close comment under questions but not for answers. can you help me please?

Dominic Staff
replied 7 years ago

You can use the following code to hide the comment section under questions:
.dwqa-question-item .dwqa-comments {
display: none;
}

Powered by DW Question & Answer Pro