Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
757 views
in Q2A Core by
edited by

I have voting on questions "list" disabled, so that users can not vote on questions by viewing the question page first. Therefore, I'd like to do away with the vote up/down buttons and in my case also the answer count that shows to the left of the question titles in the question list pages. I'm using the Candy theme, but I imagine this mod would be applicable to CSS for any theme. Please advise. Thank you guys in advance.

voting-buttons css

Q2A version: 1.5
by
I found it in CSS styles /* Question list */ .qa-q-item-stats {display:none;} to remove the vote/count buttons on question list. And.../* Answers and views count */ .qa-a-count {display:none;}

Please log in or register to answer this question.

...