Changing Header Image - In Natural Essence Theme

Permalink
Hello, I have been trying to figure out how to change the Header Image in the Natural Essence theme for a couple of hours now, so I figured it was time to ask you guys.

I have seen other sites that don't have the standard flower. Like this one:http://www.concrete5.org/about/showcase/business/satyam-property-de...

There is not a block like other themes have when in edit mode to change the header them.
Does anybody know how to change the Header Image in the Natural Essence theme?

Thank you.

TheSandDuneandTheSnowMan
 
jasteele12 replied on at Permalink Reply
jasteele12
You probably just want to remove/replace line 26 from:

themes/natural_essence/elements/header.php
<img src="<?php echo $this->getThemePath()?>/img/header.jpg" alt="header image" align="middle" />
TheSandDuneandTheSnowMan replied on at Permalink Reply
TheSandDuneandTheSnowMan
Cool, I am not sure how to open my site so that I can change line 26.
Do you know what path I would take to do that?
Thank you.
Ekko replied on at Permalink Best Answer Reply
Ekko
To get to your site files you can either use ftp or your hosting cpanels file manager. If your using ftp connect to site go to /packages/naturalessence/images or files/images

If your using your hosts cpanel than login and than scroll down until you see file manager under the files category. Click it and navigate your way to packages/naturalessence/images.

To expand upon what jasteele was saying,

In your theme directory packages/naturalessence/ there will be an images folder. In that images folder you will find header.jpg. Now you could add an image to this image folder in your theme and name it myheader.jpg, and than change line 26 from ?>/img/header.jpg to ?>/img/myheader.jpg

Another approach is to replace the original with your own by naming the header image you want header.jpg and uploading it to your themes image folder overwriting the original, and than avoiding having to change any lines.

Also you may want to make sure the height and width are the same.

*removed some stuff after looking at the site Sand Dune linked