In my other post i described how to ide the recycle bin and the all site content link. Now i give you a short explanation how to hide the quicklaunch bar.
It is very the same as the recycle bin. You put the following lines of css in a Content Editor Webpart or in SharePoint Designer in a page or the masterpage or the overwrite the css file of SharePoint – depend on what you wnat. If you want to hide the quicklaunch at all sites the master or css file of SharePoint might be the right place. If you like to hide the bar only at one page, the CEWP would be the choice for you.
Use these lines of css
[sourcecode language=”css”]
/*–Hide Quick Launch –*/
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
[/sourcecode]
And your website look like this:
You could also just create a new page from page layout. The Quicklaunch bar is there not available. If you like to get the Quicklaunch bar there look at this post.
..:: I LIKE SHAREPOINT ::..
Leave a Reply