|
Changing the header graphic Log in to your server or use your ftp server. Browse to your joomla folder or where ever you have uploaded your joomla files. Browse to the folder template . 
Click on templates on browse to your default template folder . Click on it . 
After clicking on your default template folder , find images folder and click to opem 
Now that we have the images folder open , we will upload our picture to the images folder. As you can see from the picture , our picture has been successfully uploaded to the image folder . 
Now we need to edit our template file to point to the picture we have uploaded .We will go to joomla admin page . Click on Site , template manager , site templates . On the site templates window , select your template and click Edit HTML from the menu bar . 
The HTML template editor opens and show the HTML of index.php file .The index.php file basically contains an HTML page with some PHP instructions. The HTML determines how the page will display. It has two parts: the HTML HEAD element and the HTML BODY element . Scroll down your index.php file till you reach the line which holds the image source of your header .Supposing the name of your header graphic is main.jpg . Locate and change the name to the logo of your selected header . Click save . Click preview and you will see that your header logo has changed .
|