Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,011
- How-to & Troubleshooting
- 129,617
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,174
-
Can’t you just do this in css without changing any code? Have you tried just using the first-child selector, something like this:
ul#my-topic-list li:first-child {
my-css: nnn;
}