I can't find that css3 in code...
Theme: snowflat
v 1.8.6
How can I individualize background colors for the titles of different categories without repeating a single color in the question list panel?
You have to add css for each category as
body.qa-template-qa.qa-category-3 .qa-main-heading { background-color: #3498db; }
body.qa-template-qa.qa-category-3 .qa-main-heading {
background-color: #3498db;
}
the "3" in code in category id change it accordingly
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.