Cezar Giosan
asked 10 years ago

The title of the question is clear, any help appreciated. Thanx!

4 Answers
DominicStaff
answered 10 years ago

Hi,
You can open the style.css file in the folder path “plugins\dw-question-answer\inc\templates\default\assets\css”.
Also, you can let us know detail about the position & style that you want to change, I will help you.
Regards,

Cezar Giosan
answered 10 years ago

Hi Dominic, I would like to remove the “Votes” column and header. I am told that I would need to use this code: .dwqa-list-question .filter-bar .order li:last-child {  display:none; } to hide the filter, and this one: .dwqa-list-question .dwqa-vote { display:none; } to hide the votes box. 
I have tried both, but I see no change. Thank you in advance! 

DominicStaff
answered 10 years ago

To resolve this issue, you can add your code to the style.css file (Dashboard > Appearance > Editor).

.dwqa-list-question .dwqa-vote { display:none; } 
.dwqa-list-question .filter-bar .order li:last-child {  display:none; }

If you still face there issue, you can send me username & password of your site (via private answer) for further checking.
Hope this helps !

Cezar Giosan
answered 10 years ago

Worked like a charm! Thank you!

Powered by DW Question & Answer Pro