Need a link to your site or the theme to help.
One way is you can make your header image.
Then FTP and place the file in this location.
/wp-content/themes/wasteland/images/header.jpg
ok…I did that, but now look at it…the otherstuff is on there to..how do I remove the other text, rss feed button etc…
ty
Amber
Ahh open up header.php in Appearance Editor
Here is what you show now…
<div class="header">
<div class="subscribe"><a title="Add this blog to any reader" href="http://www.funwithmoms.com/?feed=rss2"><img alt="RSS" src="http://www.funwithmoms.com/wp-content/themes/wasteland/images/rss.gif"></a></div>
<h1><a href="http://www.funwithmoms.com">FunWithMoms</a></h1>
<div class="description">Just another WordPress site</div>
</div>
If you want to remove the text and rss button then just remove them from the code. If you never done this save a copy of it notepad or something in case you need to revert back.
But to remove all that just delete everything between the middle leaving.
<div class="header">
</div>
TY..I did that and it worked BUT, now things have shifted funny, and it looks like somethings changed size….How do I fix that?
Amber
ok…just set it back to before and everything is normal, but the text is still popping through my header again.
at least it’s all realigned again though…lol
I would have to see what it looks like after you made the change above.
From those 5 lines if you delete the middle 3 it should work. If you can make those changes and leave them and post back here and I will look.