silviod
asked 8 years ago

I would like to hide some features that at the moment aren’t useful for my site and could confuse user, i.e:

  • votes
  • filters (all, open, resolved… ecc…)

It would be possible? Thank you!

1 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

span.dwqa-votes-count {
     display: none !important;
}
 
.dwqa-question-filter, .dwqa-question-vote, .dwqa-answer-vote {
   display: none;
}
Powered by DW Question & Answer Pro