Ok...
- Go to your THEMES Folder on your Sharepoint site
Mine is here
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES - Copy one of the Precanned THEME Directories (I used GRANITE) and Rename it to MYTHEME (Or whatever you want it to be)
- Open your new MYTHEME Directory and sort the contents by type.
- Delete all the gif files.
- Rename the INF file (GRANITE.INF) to MYTHEME.INF
- Open MYTHEME.INF
- Replace the old theme name (Granite) with your new theme name (MYTHEME)
It will look something like this[info]
title=MYTHEME
codepage=65001
version=3.00
format=3.00
readonly=true
refcount=0
[titles]
1031=MYTHEME
... Shortened to save room.
1054=MYTHEME - Save and close it.
- Open theme.css and delete its contents.
- Then add this css code
.ms-bannerframe,.mrGRHeaderBackGround, .ms-storMeFree
{
background-image:url("logo.gif");
background-repeat:no-repeat;
height:89px;
background-color:#FFFFFF;
} - Save and close it.
- Open Paint and make a file called logo.gif and save it in your MYTHEME directory.
- Find and open the SPTHEMES.XML file
Mine is here.
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033 - You will see a bunch of <Templates> tags.
- Copy and paste one of them and edit it to look like this
<Templates>
The image THNONE.GIF is found in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES directory. If you want a different image for your thumbnail you just need to put it in the same directory as THNONE.GIF and reference it in SPTHEMES.XML.
<TemplateID>MYTHEME</TemplateID>
<DisplayName>My Theme</DisplayName>
<Description>Theme created specifically for ME</Description>
<Thumbnail>images/thnone.gif</Thumbnail>
<Preview>images/thnone.gif</Preview>
</Templates> - Save and close it.
- Once you are done you just need to go to your Sharepoint Site Settings -> Site Themes and select "My Theme" from the list.
- Your site will get your new logo at the top.