I plan on using this wordpress theme for one of my sites. How do I get rid of that big ass Neo-Sapien v0.6 banner and add my own?
Pretty east actually. Without having access to the themes files I can get you pretty close. If I had the theme's files I could be more exact, but here's the basic file path on your ftp... /htdocs/wp-content/themes/*theme name*/images/*what ever the name of the header image is* Make your own header banner to match the size of that one and upload it to the same folder as the original one. You can name it whatever you want, but then you'll have to change the name in the header.php and maybe other places depending on the theme. I suggest using the same name as the original one and simply replace it. I hope that helps...
Find this line in the code (which should be in the header.php file) <div id="header"><img src="http://www.wpdesigner.com/wp-content/themes/neo-sapien-v06/images/main.jpg" width="480" height="250" alt="Header" /></div> And then replace the bit in bold with your image. Just as MrMarco points out.