Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
802 views
in Q2A Core by
Q2A version: 1.7

1 Answer

0 votes
by
Add this to qa-styles.css:

.qa-a-count, #a_list_title {
  display: none !important;
}

It will hide answer count in question list and question page.

Not sure how to do that with php as it would be more efficient.
...