Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to add different style to the first post?

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.

Skip to toolbar