This where Spencer or Vkaryl could pipe up… I personally just found it a bit “illogical” on where to look for style info. Some is inline — some images are defined in source too — while other stuff is in the CSS.
But really, what it comes down to, is it is by far the theme that generates the most questions and confusion here in the Support forums. By far!
Yeah, that’s why most of us try and tell them NOT to use it, but some of “those” in the past, didn’t want to give that theme up, so there was no choice but to help them with it lol.
But, as for the “personal header” image option, there is this line of code in the header.php file, change this:
/*
#headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}
*/
To this, to uncomment it out:
#headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}
In Gimp, make an image that you know, will fit into that gradient section of your header..name it personalheader.jpg and upload him into the images or img folder to overwrite the existing one, if there is one.
spencerp
I’ll try and show ya an example on my test blog once..
That option is also noted in the header.php file about the personalheader.jpg
/* To ease the insertion of a personal header image, I have done it in such a way,
that you simply drop in an image called 'personalheader.jpg' into your /images/
directory. Dimensions should be at least 760px x 200px. Anything above that will
get cropped off of the image. */
/*