i managed to remove both the vote & pick best answer options on questions and answers.
but now the problem is on answers, a blank space remains where the options were. And now it makes the answers to be far apart. how do i remove the blank space?
Hi,
Please send me your site URL for further checking. I have checked on our demo and the single page still look good now.
Also, you can use the following code to remove the vote section:
.single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
display: none;
}
Regards,