Re: Why is it a bad idea to copy “bp-default” theme?
Boone,
On BP updates, any files you add to your child theme you’ll have to compare against the update and manually update them with the new features right? So, if I overwrite header.php in my child theme, then when BP updates, I’ll have to compare my header.php with the new release to see if I should copy over any new features right?
However, like you said if it’s all just done with css, then you don’t have to worry.