whoji
asked 8 years ago

I saw that in this document page. 

Side note


The question status (All, open, unanswered, closed, etc) from filters are colored.
How to do this? Why do I only have one color ? Is that theme related ?
Thanks

1 Answers
DominicStaff
answered 8 years ago

To change the color in the Status filter, 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
}
Powered by DW Question & Answer Pro