Request: Add a forum ID CSS selector to bbp-topic-started-in
-
I’d like to create a forum index that resembles Flarum, where colour coded labels indicate which forum each topic belongs to.
bbPress conveniently outputs the names of each forum a topic is assigned to. Unfortunately, using just CSS, there is no way to assign different colours to each forum.
I’d like each different forum to have an ID selector, much like WordPress posts do, so that I could easily assign colour.
Example:
bbp-topic-started-in#forum-1 a {
background: green;
}
bbp-topic-started-in#forum-2 a {
background: yellow;
}Could someone tell me, a) how I could accomplish this, or b) how I could present this for consideration in a future bbPress release?
- You must be logged in to reply to this topic.