Abdullah Jafar
asked 8 years ago

Hey Dominic,
Can you please help on following style issues I have:

1- Filters colors have all the same color while it should be like image #1.
image # 1 
2- Drop Down for categories float to the right and its width is overestimated.
image #2.

Thanks

2 Answers
DominicStaff
answered 8 years ago

1/ You can add the following code to the style.css file:

.dwqa-question-filter .status-open a {
 color: #fd8345;
}
 .dwqa-question-filter .replied a,
.dwqa-question-filter .status-replied a {
 color: #1ba1e2;
}
 .dwqa-question-filter .resolved a,
.dwqa-question-filter .status-resolved a {
 color: #578824;
}
 .dwqa-question-filter .closed a,
.dwqa-question-filter .status-closed a {
 color: #000;
}
 .dwqa-question-filter .status-unanswered a,
.dwqa-question-filter .unanswered a {
 color: red;
}
 .dwqa-question-filter .status-questions a {
 color: #cd7bdd;
}
 .dwqa-question-filter .status-all a {
 color: #000;
}
 .dwqa-question-filter .status-my-questions a {
 color: #c64f9d;
}
 .dwqa-question-filter .status-my-subscribes a {
 color: #099;
}

2/ You can  not fix this section, you can view on our demo when the site is english language.

Abdullah Jafar
replied 8 years ago

Thanks Dominic,

It looks it a theme issue not DWQA.

Thanks

Abdullah Jafar
answered 8 years ago

Hi Dominic,
I tried the css you provided but looks this is a theme styling, is there a way to overwrite this styling at dwqa pages?

Dominic Staff
replied 8 years ago

I have changed the code, you can copy and paste it into your Custom Css section now. If you still face their issue, please let me know, I will access and help you resolve it.

Abdullah Jafar
replied 8 years ago

does not work Dominic, I need your help please.

Dominic Staff
replied 8 years ago

I have helped you resolve this issue, you can check your site now.

Abdullah Jafar
replied 8 years ago

Thanks Dominic,
it’s resolved.

Powered by DW Question & Answer Pro