Re: Child Themes, 1.2 & bp-default: No Child Theme Left Behind
I am having the same issue with the header image.
It’s in the functions.php at line 119:
<style type=”text/css”>
#header { background-image: url(<?php header_image() ?>); }
<?php if ( ‘blank’ == get_header_textcolor() ) { ?>
#header h1, #header #desc { display: none; }
<?php } else { ?>
#header h1 a, #desc { color:#<?php header_textcolor() ?>; }
<?php } ?>
</style>
I tried to put my own functions.php file in my theme directory, and changed the style info with my styles, but I get a White Screen whenever I add the functions.php to my theme directory.
Any ideas?