Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+10 votes
249 views
in Q2A Core by
edited by

Q2A version: 1.8.6

1 Answer

+2 votes
by

A simple method to conceal something is by incorporating display: none to .qa-a-count in CSS. However, it may also be hidden from the theme file, which requires some knowledge of coding. 

You can add the following code at the end of your stylesheet: qa-a-count{ display: none}. Keep in mind that this code will solely hide the display and not remove the box.

by
Ok
I already worked.
Very very thanks.
...