Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,713
- Creating & Extending
- 25,797
- Requests & Feedback
- 9,502
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
You have to create your own child-theme to add a class, but you could also use :first-child property if you just want to style the “name of the user who posted something”.
Search for .activity-list .activity-header a:first-child, or add it to your child-themes default.css and style it the whatever you want.