Yako
asked 4 years ago

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

– 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; }
MOYE
replied 4 years ago

I can’t use this code in a snippet of code. Can you provide further guidance?

Dominic Staff
replied 4 years ago

You can add the CSS Code to the Dashboard > Customize > CSS

Powered by DW Question & Answer Pro