I have removed the vote option using the following code
.dwqa-question-vote, .dwqa-answer-vote { display: none; }
But the option for voting best answer remains, how do i remove it?
1 Answers
If you want to remove the best answer vote, you can use the following code:
.dwqa-pick-best-answer { display: none; }
Please login or Register to submit your answer