Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,573
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,169
-
You don’t need anything as a starting point for a child theme. Just make a new folder in the themes directory called whatever you want and create a CSS file inside that folder that includes this line inside a comment block at the top:
Template: bp-default
Done. You now have a parent (bp-default) and child (whatever you decided to call it). Start adding CSS rules to override the parent… start adding templates to override the parent templates… etc.