Hello there,
I'm using the Snowflat theme. How do I hide labels from question lists?
Thank you
If you want all tags hidden in the question list add this to your theme stylesheet:
.qa-q-item-tags { display: none; }
If you want tags hidden in questions as well, add this too:
.qa-q-view-tags { display: none; }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.