surfaceinside
asked 6 years ago

Hi,
2 Questions:

  • i want to remove the voting from the question pages
  • i want to remove the vote-Count from the  list all questions page

How can i do this ?
Thanks for advise.

daw
replied 6 years ago

Hello. I would also like to know how to do that

surfaceinside
replied 6 years ago

You can add the following code to the style.css file:

– Remove the vote count:
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats > span.dwqa-votes-count { display: none; }

– Remove the question/answer vote:
.dwqa-question-vote, .dwqa-answer-vote { display: none; }

Dominic Staff
replied 6 years ago

Thank for your help. We appreciate it.

0 Answers
Powered by DW Question & Answer Pro