suresh mamidala
asked 9 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

3 Answers
DominicStaff
answered 9 years ago

Hi,
To remove the views, answers, vote button beside question, you can add the following code to the style.css file:

.dwqa-list-question .dwqa-footer-meta { display: none; }
.dwqa-list-question .filter-bar .order { display: none; }

Also you can open the \wp-content\plugins\dw-question-answer\inc\templates\default\question-list.php file and then find the line 106.
Hope this helps !

[email protected]
answered 3 years ago

Hi
This question is 5 years back. I could not find that file now.
Can you guide me on how to remove the views answers votes button beside the question.
 

Dominic Staff
replied 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]
answered 3 years ago

Thank you, Sir, It worked like Magic…

Powered by DW Question & Answer Pro