Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,807
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,510
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,177
-
Update: I’ve just seen the comment in the functions.php, advising how to remove the custom header:
/****
* Custom header image support. You can remove this entirely in a child theme by adding this line
* to your functions.php: remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );
*/
Thanks!