To change the logo for your SGS site, we first need to add the new logo we'll be using to the hosting site. Please add the image to the following location in your hosting program:
Images > logos *
*Please be sure the height of this image is no larger than 108 pixels.*
Once the new image is added, we just need to make sure the site is pulling that new image. To locate the default logo location and replace it, please follow these steps:
- Locate the page.html file for the template your SGS site is currently displaying (SGS > templates > "current template" > page.html)
- Right click the file and choose View/Edit
- Locate the following script:
<div id="page" class="page_{LOCAL}">
<div id="header">
<h1><a href="{HOME_URI}">{SITENAME}</a></h1>
<h2>{SITETAG}</h2>
<div id="utility">
{SETSTYLE=search}
{MODULE=search}
</div>
- Adjust the {SITENAME} section of the script to show the location of your new image. The script should look like this after being adjusted:
<div id="page" class="page_{LOCAL}">
<div id="header">
<h1><a href="{HOME_URI}"><img src="/images/logo/image.png></a></h1>
<h2>{SITETAG}</h2>
<div id="utility">
{SETSTYLE=search}
{MODULE=search}
</div>
In this example, "image.png" will be the name of the new logo you're using.
Make sure to save changes once you've adjusted the script then try reloading your SGS site with your new logo.