I want everyone to ask question on the page ? What should I do? Could you explain exactly it ? I meant how I change the codes ?
1 Answers
Hi,
To resolve this issue, you can change permission in the Dashboard > Q&A > Settings. After changing, you can add the following code to remove the “login to submit question” section.
.dwqa-submit-question .question-signin span {
display: none;
}
Hope this helps !
Please login or Register to submit your answer