Hi,
Im using dw question on my home page. But I have 2 question page, websitename .com and websitename .com/question. I want to hide /question I want only use websitename .com. How I will make?
And I want to remove vote on question page. How I will remove?
I use dw question pro
1 Answers
– At the moment, you can put the shortcode in the homepage or select the question page is reading page in the Dashboard > Settings > Reading.
– To remove the vote section you can use the following code:
// Remove question vote in single quesiton.
.dwqa-question-vote {display: none; }
// Remove best answer in single quesiton.
.dwqa-pick-best-answer {display: none; }
// Remove answer vote in single quesiton.
.dwqa-answer-vote {display: none; }
// Remove vote count in quesiton list.
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span.dwqa-votes-count {display: none; }
I can’t use this code in a snippet of code. Can you provide further guidance?
You can add the CSS Code to the Dashboard > Customize > CSS
Please login or Register to submit your answer