Hi,
is there any possibility to hide the login mask below a question/answer page like this:
http://neu.nexaria.ch/question/lebenslauf/test-an-maxy/
We have tried to change the user permissions for answers, questions & comments in the plugin settings, but this does not change anything. Only Nexaria employee should be allowed to post answers.
Looking forward to your advice.
All the best,
Nadine
1 Answers
You can use the following code to hide it.
.dwqa-answers-login { display: none; }
Please login or Register to submit your answer