Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
224 views
in Q2A Core by
is it possible to see tags just on question page? pls help
Q2A version: 1.5 beta 2

1 Answer

+2 votes
by

You can do this via CSS in a custom theme - add a rule like this:

.qa-q-list-item .qa-q-item-tags {display:none;}

...