Re: Child Themes, 1.2 & bp-default: No Child Theme Left Behind
@Andy – I’m having the same issues as @Mike and @designodyssey:
I want to use bp-default as the parent, but don’t want the custom header, and other inline css settings.
Unfortunately, functions.php in bp-default is adding inline css, which is therefore difficult / cumbersome to override in the child theme.
As a quick fix, I suspect I’ll remove functions.php from bp-default theme, and just copy over the functions I want into a functions.php in my child theme. Obviously this is not ideal.
Is there a better way to solve this? Perhaps a hook to remove the offending functions?