Forums
-
- Forum
- Posts
-
- Installation
- 28,420
- Troubleshooting
- 62,389
- Themes
- 10,409
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,254
-
Nothing special to be done if you are using bbPress 1.0 as position-1 will be added as a div id to the first post in each thread.
So you only need to add something like
#position-1 .threadpost { background: #FF9; }
to your theme css file to style the first post.