Ok, now here is what you should/could do.
Remove this coding from your header.php file:
<style type='text/css'>
<!--#header { background: url('https://dotlife.org/wp-content/themes/default/images/header-img.php?upper=FFCC33&lower=FF9900') no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #000000; }
--></style>
Click on this link here, download and upload into your images folder for that default theme. Should be good to go then. =)
https://www.vindictivebastard.net/images2/kubrickheader.jpg
If you want it to be specified as your own image then, you’d have to edit all the call tags within the header.php file and or CSS file that calls for the “kubrickheader.jpg”
To your own name like:
“dotlifeheader.jpg”
Example codes in the header.php file that would need changed is such:
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; }
To this:
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/dotlifeheader.jpg") no-repeat bottom center; }
And come to think of it, slaps self..I think if your using the personal header option, you’d have to comment out the other call tag for the kubrickheader.jpg part of it.. [slaps self again]… Could be wrong though…mmm. Never used that option before..
spencerp