masterclass
asked 6 years ago

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
DominicStaff
answered 6 years ago

If you want to remove the best answer vote, you can use the following code: 
.dwqa-pick-best-answer { display: none; }

Powered by DW Question & Answer Pro