I found this code for deleting the voting box in the forums from a few years ago but it is not working with my WP theme. Has it changed?
.dwqa-list-question .dwqa-vote { display:none; }
Secondly, is the option to display the questions by date available in the Pro version?
Thank you in advance,
Linda Shore
1 Answers
You can use the following code:
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span.dwqa-votes-count { display: none;}
At the moment, the plugin does not support the option to display the questions by date.
Please login or Register to submit your answer