Hi
I would like to remove
views, answers, votes buttons beside questions
could u please help me which file function to edit to achieve this
thanks in advance
2 Answers
You can use the following code into the Dashboard > Customize > CSS:
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats { display: none; }
Am little confused. CSS mean appearance->editor->style.css
Go to the Dashboard > Customize > Additional CSS. If you do not find the Customize, you can add the CSS to the appearance->editor->style.css.
Thank you very much for detailing.
Please login or Register to submit your answer