Hi
This question is linked with the Design Wall Question Answer Plugin
First of all a huge congrats to your plugin its awsome. I have been using it for the past month and its great. However I do have a few questions.
- I am currently using the “Dark” mode on my website which basically means the default background of the website is dark grey. However my problem is that when I type in the “search” box on the questions page the text is invisible since both the search box is white and the text color is also white
- Is it possible to change the color of the Staff logo/icon which is displayed beside you name on a question page?
- Is there any way to add a new “Staff” icon?. By this I mean the different groups can have different icons beside there name on the questions page.
- I would like to have filters but not all of them. Is it possible to get rid a few filters? e.g My subscribes and My questions
- I would also like to get rid of the “Sort by” dropdown list on the “questions” page is it possible?
Regard EDLED Team
1/ To change the color in the search box, you can use the following code:
.dwqa-search input::-webkit-input-placeholder { color: #fff; } .dwqa-search input { color: #fff; }
2/ At the moment, we are using the label with Staff word, if you want to change the color, you can use the following code:
.dwqa-staff { background: #1ba1e2; color: #fff; }
3/ At the moment, our plugin does not support to add the icon or make as you mentioned here. However, you can custom the plugin to resolve it. If you want to have it, we are ready to help you as a custom work with a charge of fee. In case that you are still interested in the feature, please kindly let us know, we will check and estimate the time. Also, you need let me know detail about this issue, send me some screenshot for further checking.
4/ Please let me know details about it, the position that you want to show.
5/ You can add the following code to the style.css file:
.dwqa-question-filter .dwqa-sort-by {display: none;}
Hello Dominic
I would like to thank you for all your support.
Best plugin. Never gonna delete it. đ
My pleasure, if you have any question or issue please let me know, I will help you resolve it.
Please login or Register to submit your answer