Hi there,
you helped me with a solution in this post previously: https://wpforo.com/community/qa-layout-how-to-and-troubleshooting/class-id-for-category-or-forum/
#wpforo #wpforo-wrap .wpfl-2:first-of-type .wpforo-category {
background: #d8b3b3 !important;
}
I'd like to achieve the same for classes .wpforo-topic-head and .wpforo-post-head based on under which forum they are posted (extension of the above). However, when I use the same logic, it's not working.
#wpforo #wpforo-wrap .wpfl-2:first-of-type .wpforo-topic-head {
background: red !important;
}
#wpforo #wpforo-wrap .wpfl-2:first-of-type .wpforo-post-head {
background: red !important;
}
Can you advise is possible, please? Thanks
Hi @jadenew, Have you tried editing the specific forum via
1. Forums
2. Click the Pencil Icon to edit the specific forum
3. Categories and Forums
4. then under Forum Permissions, you will see "Additional Options", that's where we can change the Forum Color.
5. Click the Update button.
It might also help to provide a screenshot of what you are needing to change. Good luck and God bless you! 🙂