This post supported by:
Monitor and build websites, maintain databases access your SharePoint/Exchange clients on demand with a virtual desktop accessible remotely from your preferred mobile device using CloudDesktopOnline.com. Learn about virtual servers for your organization by visiting Apps4Rent – Hosted Exchange, SharePoint, Virtual Desktop experts.
Let’s be honest, SharePoint 2010 will open eyes to new people and new organizations that have not had experience with WSS or MOSS 2007. One of the first things site admins want to do when they create a site is at least stamp it with their company logo. Here is how to accomplish this task:
What you will need:
-
A small version of your logo – preferably no taller than 60 pixels.
- Use a transparent background when possible, so the image looks great under multiple site color themes.
-
A URL location to this logo – either by uploading it to a document library, an external site, or the “14 hive” on the file system.
- If you select the file system within the “14 hive” (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES), then you will need to copy the image to this location on each front-end web server in the SharePoint farm.
Some site templates provide quick access to the icon settings page, like the image here. However, we’ll navigate to this page from Site Settings so you can apply this from any template.
Click on Site Actions from the top left of the site and select Site Settings:
Click “Title, description, and icon” under the Look and Feel section on the Site Settings page:
Enter your logo URL location and a description – you can even click to test the URL to see if the address works:
**NOTE** If you added the image to the “14 hive” on the file system, then the URL location would be “/_layouts/images/yourlogo.gif” (without quotes).
Click Ok and you will be taken back to the Site Settings page where you should now see your logo displayed in the top of the site!
_____________________
Sponsors *Trusted SharePoint Ads Only!*
Packaged Enterprise Search
for SharePoint.View a quick online demo here! Surfray.com/Ontolica
Free Outlook Sidebar!
Access SharePoint from Outlook w/ harmon.ie Sidebar. Download Now!
SharePoint Migration Tools
Sharegate: No-Brainer Migration Tools for SharePoint. $375.
SharePoint Usage Reports
Usage reports, collaboration and audit for SharePoint.
05/10/2010 at 11:20 am
But when I create a new Page, the old logo remains. The only option I have is to change the original logo on the server. Any thoughts on this? I am not able to change it on any web part page even from Share Point designer
05/18/2010 at 12:24 pm
I’m not sure I follow you. If you set the new logo URL under “Title, description, and icon”, then the logo will show on the main site, any new page you add, and any new site you create under that site collection. When adding the new logo, make sure to do “Click here to test” to see if your image properly displays in a new window. If your link is invalid, then perhaps SharePoint defaults back to the original logo.
07/06/2010 at 5:07 pm
I’m having the same problem as Anjali. I am able to successfully change the logo as described in this article. However, it only appears on the home page, settings, libraries, etc.
Any web part pages I created in the site show the default SharePoint image, not the one I set. For instance…
http://mysite/default.aspx shows my image.
http://mysite/Pages/BenefitsPay.aspx shows the default SharePoint image
06/11/2010 at 10:12 am
I’m having the same issue. I can change the Logo/URL under Site Settings>Title, Description, and Icon. This works for the Site and any Links to document libraries, etc. But when I click on a link to a Web Page, the Navigation goes back to the generic Out of Box Logo in the Upper Left hand side.
Anyone have any ideas where this is changed or set. Is this in the template used for the page. I’m using a web part page.
06/29/2010 at 10:00 am
My question is, even though the logo displays throughout the pages, why does it not display on the site settings page? When i go to site settings it always shows the image as a red X as if the image has an error.
07/26/2010 at 10:47 am
Here’s the answer I finally got. Apparently there is code on Webpart Pages that overrides the site settings or master page changes when it comes to the logo:
http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010customization/thread/9706669e-0488-45cd-9cf6-2edfef91f77f
07/26/2010 at 11:16 am
You change the image on Web Part pages by editing the page and clicking “Title Bar Properties” on the Page tab. Once the properties bar loads on the right, add the URL to your site logo under Image Link. I understand this is an unfortunate extra manual step, but at least it will get the desired logo on the page.
07/26/2011 at 1:36 pm
You can use “Publishing page” and in the types you need to select”Blank web part page”. This way it will show exactly the same logo and look and feel of the site.
11/16/2010 at 2:06 am
hi evry one
hi for me this change icon thing works even its also applicable for subpages of the site.
i havent check for other subsites like site inside site. but i think for tht we need to do the same process agin……………..1> put the path of Image and the extenshion in images folder inside share point side it works fine and repeat the whole process again.and then click check url……….gud luck
11/16/2010 at 2:07 am
it works for me simply……….
07/13/2011 at 5:21 am
Hi,
an additional question about that. How could I add a logo on the right in my title bar? If I follow the description it is only for the left site…
Thanks a lot
Alex
07/13/2011 at 7:34 am
Alex, that would require editing the page via SharePoint Designer 2010 – as that is not something you can do out-of-the-box.
07/13/2011 at 7:41 am
Hey Sptwentyten,
I was afraid I would need to use that. Unfortunately I can not 😦
Thank you very much any way!
Greetz
Alex
05/31/2012 at 5:27 am
i created spd workflow of html email with along image but i couldn’t showing image file in site . can u give me solution for that
09/23/2011 at 10:35 am
How to Change the Site URL in SharePoint 2010
01/21/2012 at 1:32 am
Use PowerShell – SharePoint 2010 Management Shell as follows.
1. Upload the graphic — say KRES-icon.gif — to a library at the site collection level, e.g. Site Collection Images. A Url like /SiteCollectionImages/KRES-icon.gif will now work within the context of any subsite in that site collection.
2. Logged in to the SharePoint server as the Farm account (must have enough perms to run SharePoint 2010 Management Shell): Start – Microsoft SharePoint 2010 Products –> SharePoint 2010 Management Shell.
3. Key in the following PowerShell commands (assuming subsite located at http://portal.kres.com/Accounting):
$accounting = get-SpWeb http://portal.kres.com/Accounting
$accounting.SiteLogoUrl = “/SiteCollectionImages/KRES-icon.gif”
$accounting.Update()
01/21/2012 at 11:44 am
Even you can go to siteactions–sitesettings—(under look and feel) open “title logo and icon” and give the url of the logo location and it will show up on the site as the logo.
If you want to use the same logo for all the sites , you need to change the logo image in 14 th hive.
03/19/2012 at 7:08 am
nilofar
is it necessary that farm shud be in up state to rest the passphrase key?
03/19/2012 at 8:34 am
Yes. The farm needs to be online to reset the passphrase.
03/20/2012 at 7:49 am
Hello –
Is there an out of the box method for changing the link of the logo? It looks like the default behavior takes a user to the root of the site or sub-site. Can we change this so that it takes us to the root site always?
I think I mean the top of all site collections – sorry if I’m getting the term wrong.
03/20/2012 at 10:40 am
Yes and that would involve creating a custom master page. When you do this, you can specify the URL for the image so that wherever the user is they can always click the logo and be taken to the top level root site.
04/10/2012 at 1:52 pm
Hello,
I added the image to the 14 hive and all of my sites and site collections now display the logo correctly. I had to move a couple of sites/site collections and did this by exporting and importing them. everything worked except I have one site that shows the logo as a broken image even though I am using the same custom masterpage as all the rest. this is the only site that is behaving this way. All other content is fine, just the logo.
04/10/2012 at 2:47 pm
Try going into the Site Actions > Site Settings > Title, Description and Icon under Look and Feel and see if the Logo URL is set. If so, clear it out and see if that works.
If not, then right click on the broken site logo image and see/verify the URL it is looking for.
04/10/2012 at 2:50 pm
That seems to have fixed it. For some reason it had a url pointing to the image in the site assets library. even though the image is there as well, it was showing broken. Clearing out the URL fixed the problem.
Thank you for the quick response!!
04/10/2012 at 2:53 pm
Excellent! Glad that worked for you. No problem, anytime! Thanks for coming to my site.
06/28/2012 at 7:18 pm
Help! have followed everyones suggestions, but I just get a little box with a red cross in it. When i click on test, it comes up – but doesn’t follow through to the page. Is my logo too big?
06/28/2012 at 10:05 pm
Paste the URL you are using to your logo in a seperate browser window and make sure it shows the picture. If it doesn’t, then you have a bad link to the picture. If it does, then yes it may be too big or an improper format.
06/29/2012 at 12:01 am
Thanks Adam – a lot of fluffing around, but have finally got it sorted!
08/17/2012 at 3:07 pm
What about the option for saving the image in the Shared Document Section. How do you point to that image. I need admin rights to get to the 14…. folder and don’t have it.
08/17/2012 at 3:29 pm
That is fine, you can do that. Just grab the full URL to the image that is stored in Shared Documents and paste it in the Logo URL field. Make sure that your users have read access to this image in the library though or else they won’t be able to see it.
12/10/2014 at 11:59 pm
Hi
I like to know is it possible to change the logo URL using SharePoint Designer to point to a specific URL