Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

I dont want to see tags on mainpage ?

0 votes
is it possible to see tags just on question page? pls help
Q2A version: 1.5 beta 2
asked Jan 8 in Q2A Core by anonymous

1 Answer

+2 votes

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;}

answered Jan 9 by gidgreen