Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
@anonymized-96400
Have a look at style.css in your child theme. There should be a commented line saying something about a bp-custom.css file (I think it was called that). Uncomment that line, create that file in _inc/css/ and put your modifications in there. Because this file gets loaded later it will take precedence over existing files.