edled
asked 7 years ago

Hello
On my “Questions” page I have filters (All,answered,unanswered,my subscribes,my questions etc.) However I would only like to have the : All , Unanswered, Answered, My Question . I would like to get rid of the ones I didn’t list.
Thank you 
EDLED Team

3 Answers
DominicStaff
answered 7 years ago

Please add the following code to the style.css file: 

.logged-in.list-dwqa-question .dwqa-question-filter a:nth-child(3), .logged-in.list-dwqa-question .dwqa-question-filter a:nth-child(4), .logged-in.list-dwqa-question .dwqa-question-filter a:nth-child(5), .logged-in.list-dwqa-question .dwqa-question-filter a:nth-child(8) {
   display: none;
}
edled
answered 7 years ago

Hello
When I add this code I only enables the “All” filter.
Why is this?
EDLED Team

DominicStaff
answered 7 years ago

Please send me username & password of your site, I will help you resolve this issue.

Powered by DW Question & Answer Pro