[email protected]
asked 3 years ago

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
DominicStaff
answered 3 years ago

You can use the following code into the Dashboard > Customize > CSS:

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats { display: none; }
[email protected]
replied 3 years ago

Am little confused. CSS mean appearance->editor->style.css

Dominic Staff
replied 3 years ago

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.

[email protected]
answered 3 years ago

Thank you very much for detailing.

Powered by DW Question & Answer Pro