Is there any way to sort the categories in ask question drop down list?
I have 48 categories and i had added them one by one alphabetically but they are not appearing alphabetically in drop down to choose category in ask question page.
Is there any way i could sort them? This random appearance of categories is ruining the ask section of my website.
Also as i see ask a question page of this site doesn’t have tags box. Is there any way i could remove it?
Also ask a question section has 2 categories
1. I have question about
2.
How to do this?
Thanks in advance.
Hi Paresh Koli, Thanks for posting on our community and hope that you are doing well today 🙂 Follow our instruction below to get the answer: – To sorting categories in drop down list in the List question, you can add the following code to the style.css file:
.dwqa-container .dwqa-list-question .select ul { height: 500px; overflow-y: scroll; }
– To remove the Tags box, you can add the following code:
.dwqa-container .dwqa-submit-question .question-meta .input-tag { display: none; }
.dwqa-container .dwqa-submit-question .question-meta .select-category { width: 100%; }
– Regarding two categories for “Ask question” section as you want, DW Q&A doesn’t support the feature yet at the moment. ( Unfortunately 🙁 )
Thanks a lot. It worked perfectly.
Please login or Register to submit your answer