katesmith5
asked 6 years ago

I want to hide voting system from everywhere.

1 Answers
DominicStaff
answered 6 years ago

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

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span.dwqa-votes-count,
.dwqa-answer-vote, .dwqa-question-vote {
   display: none;
}
Powered by DW Question & Answer Pro