Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
1.3k views
in Themes by

I want to remove tag from question list, ( not from single question) 

I using mayropro theme, 

Q2A version: Latest

1 Answer

0 votes
ago by

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. 

...