I want to remove tag from question list, ( not from single question)
I using mayropro theme,
To hide tags from the Question2Answer question list, add .qa-q-item-tags { display: none; } to your theme stylesheet. Alternatively, remove or comment out the $this->post_tags($q_item, 'qa-q-item'); line in the theme’s q_item_main() function.
.qa-q-item-tags { display: none; }
$this->post_tags($q_item, 'qa-q-item');
q_item_main()
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.