3

I am using SharePoint Server 2007 on Windows Server 2008. I want to change SharePoint logo to my deportment logo, and also change some layout styles (like colors). I want to find an easy to follow tutorial.

thanks in advance, George

Alex Angas
  • 2,007
  • 2
  • 26
  • 37
George2
  • 1,137
  • 6
  • 22
  • 41

4 Answers4

6

Follow these steps:

  1. Click Site Actions, Site Settings, Modify All Site Settings.
  2. Click Title, description and icon under Look and Feel.
  3. Change the URL for Logo URL and Description.

The URL can be anything as long as it's accessible from the browser. People often upload their site logo to a document or picture library and use the URL for that.

Alex Angas
  • 2,007
  • 2
  • 26
  • 37
2

Heather Solomon's blog is awesome for styling Sharepoint 2007 (and 2003) - changing colours can be done through themes, but you can also manually change the core.css (do a backup first) to change your colour scheme. I'd advise using developer tools in your browser to find the actual css tags that you'll need to change.

Sam J
  • 141
  • 3
0

Create your new logo - MyLogo.gif. Save it, on the server file structure, in the 12 hive. /12/TEMPLATES/IMAGES/MyLogo.gif. Same folder where all the other SP images are held. On the new Master page template, point the top left graphic (titlegraphic.gif) at your new image, MyLogo.gif. If you have multiple front ends, place that same image on all applicable.

-2

This MS tutorial shows you how to do all of that.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113