Manu Sharma
asked 5 years ago

I just want my site visitors to be able to ask and read questions. I do not want to give them any ability to manage or edit or subscribe. How can I do that?

1 Answers
DominicStaff
answered 5 years ago

At the moment, you can configure the permission in the Dashboard > Questions > Settings > Permission.

Dominic Staff
replied 5 years ago

About the subscribe option, you can use the following code to hide it:
.dwqa-question-item .dwqa-question-actions label {
display: none;
}

Powered by DW Question & Answer Pro