Hi All,
As part of most of the client requirements we need to customize the home page of the SharePoint team site. e.g Removing left hand quick launch, hiding header etc.
Here are some samples you can use to customize the home page. You need to add a Content Editor Web Part on the home page and make it invisible by unchecking the visible attribute.
1. Hiding Left Hand Quick Launch
2. Hiding the Page Title (Home) and showing the site title in bold and white color
3. Changing the background color of the title area frame
As you would have noticed that i have used the css classes used by SharePoint and overridden them. For a complete list of stylesheet classes refer:
http://www.sharepointcustomization.com/resources/tipstricks/wss_cssguide.htm
Most of the classes are used both in SharePoint 2003 and 2007 version.
Hope this will help.
For any other issue write to us at sharepointkings@gmail.com
SharePoint Kings,Technosavvy guys hunting SharePoint Challenges... SharePoint 2013, SharePoint 2010, MOSS 2007, Windows Workflow Foundation, Project Server and Other Related Technologies.
Subscribe to:
Post Comments (Atom)
Share your SharePoint Experiences with us...
As good as the SharePointKings is, we want to make it even better. One of our most valuable sources of input for our Blog Posts comes from ever enthusiastic Visitors/Readers. We welcome every Visitor/Reader to contribute their experiences with SharePoint. It may be in the form of a code stub, snippet, any tips and trick or any crazy thing you have tried with SharePoint.
Send your Articles to sharepointkings@gmail.com with your Profile Summary. We will Post them. The idea is to act as a bridge between you Readers!!!
If anyone would like to have their advertisement posted on this blog, please send us the requirement details to sharepointkings@gmail.com
2 comments:
Hi,
Is there any way you can show multiple quick launches within the same Site , i.e. different quick launch on different pages ?
Hi Sandeep,
By default sharepoint is not providing any such feature out of the box.
so if you want to archive this kind of feature then that has to be custom one. and you can fetch url and generate your own custom quick launch.
but be careful with performance issue.
Post a Comment