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
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 !
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.
You can use the following code into the Dashboard > Customize > CSS:
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats { display: none; }
Thank you, Sir, It worked like Magic…
Please login or Register to submit your answer