The title of the question is clear, any help appreciated. Thanx!
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,
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!
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 !
Worked like a charm! Thank you!
Please login or Register to submit your answer