Click here to Skip to main content
15,885,309 members
Articles / Operating Systems / Windows
Article

SharePoint 2010 Navigations Logo Theme Customizations

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
28 Jun 2012CPOL5 min read 17.7K   2   1
How to create navigation links, logo changing, and other customizations.

Introduction

In this article, we can see how to create navigation links, logo changing, and other customizations. In the real world we will need to configure these items.

Scenario

Following are the requirements which we are going to accomplish here:

  • A company with name XYZ Corporation
  • A site collection with two sub sites
  • Site names are Home, Reports
  • Home site contains Contacts and Tasks list
  • Reports site contains Documents library

Following is the tree level view:

Image 1

Following is the banner of the company to be displayed on the home page:

Image 2

Following is the logo of the company to be displayed on the Title panel:

Image 3

Site Collection Creation

You can create a new site collection from Central Administration.

Image 4

Create a site collection named XYZ Corporation

Image 5

Now the new site looks like below on entering the URL:

Image 6

Customizations

Now we can start with the customizations.

Quick Launch

The Quick Launch is the area where the Lists and Libraries are displayed. We need to modify this as the first step.

According to the requirements, the Home page should contain only two lists named Tasks and Contacts. So manually delete an unwanted list or library, create the Contacts and Tasks list as shown below.

(List > List settings > Delete)

Image 7

You can see that the groups Libraries and Discussions are unwanted.

Navigation Link

In order to delete this, use the Site Actions > Site Settings > Navigation link as shown below:

Image 8

If you cannot see the above link, you need to activate the following feature from Site Actions > Site Settings > Site Collection Administration > Site collection features.

Image 9

The feature to be activated is SharePoint Server Publishing Infrastructure, as shown below:

Image 10

After activating the above feature, you will get the Navigation link enabled. You need to wait for some time for the activation to be completed. Open the Navigation link and you will get the screen below:

Image 11

You can delete the Libraries and Discussions heading from the box and click the OK button.

(You can even change the order of Tasks and Contacts.)

Now the site home page looks like below:

Image 12

You can see that the unwanted items from the left side Quick Launch is removed. Our next task is to clear the Announcements item from the central area.

For this, use the Site Actions > Edit Page option, select the webpart, and click the Delete menu item.

Image 13

You can repeat the same for the other webpart in the right hand side. After removing the webparts, use the Stop Editing button to save the changes and return to home page.

You can also try changing the Title of the home page using Site Actions > Site Settings > Title, description, and icon link.

Image 14

Logo

Before customizing the logo and banner, we need to place the image files in the _layouts/images folder. Please note that _layouts is a virtual folder and the actual pointing folder is different. To go to the actual folder, open INETMGR from the Run window and open the web application for our site collection.

Image 15

Select the images folder and click the Explore button from the right pane. In the appearing file explorer window, place the two images under images folder.

Image 16

Please note that this folder is pointing to the 14 hive folder of SharePoint. In a multi-farm deployment, the images should fall into the web front end server folder.

Note: You should select the images folder under Layouts and click Explore. Otherwise a different folder will be pointed and the image path may not resolve correctly.

Back to the Title, Description, and Icon screen, enter the logo URL as shown below:

Image 17

Click the OK button to save changes and your site should be ready with a logo.

Image 18

Banner

Now we need to add the XYZ Banner image into the Home page. You can use the Site Actions > Edit Page option to bring the page in edit mode.

Insert an Image Viewer web part from the Media and Content group as shown below:

Image 19

Use the Edit Web Part option to bring the Tool Part of the webpart.

Image 20

In the appearing Tool Part window, set the following properties:

  • Image URL
  • Image Vertical Alignment
  • Image Horizontal Alignment

Image 21

Click the OK button to save the changes. You can see the Home page as below:

Image 22

Adding New Site

Now we need to add the new site named Reports. Use Site Actions > New Site option to create a new site from the Blank Site template.

You can see that the newly created site is missing the link to Home page as shown below:

Image 23

To add the Home Page, you need to enable the Navigation link option. 

For this you need to go to the Home Page, Site Actions > Site Settings > Navigations > Show Sub Site option enable.

Image 24

Click the OK button and the site looks like below:

Image 25

Now you are ready with Navigations and Customizations. You should be able to add the remaining document library inside the Reports sub site.

Themes

SharePoint comes with a set of built-in themes. You can access it using the Site Actions > Site Settings > Site theme link as shown below:

Image 26

You will get the following list of themes:

Image 27

You can change the theme by selecting one of the above. For more customizations, you can use the color picker associated with each item.

For advanced customizations of layout and CSS changes, we need to use Branding. Usually the internet facing SharePoint sites will be using Branding and it is up to your decision whether to choose branding for intranets too.

References

Summary

In this article we have seen how to create navigation links, quick launch items, and other customizations. I hope you were able to go through the underlying features involved.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Jean Paul is a Microsoft MVP and Architect with 12+ years of experience. He is very much passionate in programming and his core skills are SharePoint, ASP.NET & C#.

In the academic side he do hold a BS in Computer Science & MBA. In the certification side he holds MCPD & MCTS spanning from .Net Fundamentals to SQL Server.

Most of the free time he will be doing technical activities like researching solutions, writing articles, resolving forum problems etc. He believes quality & satisfaction goes hand in hand.

You can find some of his work over here. He blogs at http://jeanpaulva.com

Comments and Discussions

 
GeneralMy vote of 4 Pin
MB Seifollahi1-Jul-12 21:18
professionalMB Seifollahi1-Jul-12 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.