I found that various methods caused side effects such as it affecting the WebPart Zone headers and causing a double border on the menu.
Finally, with a bit of css poking, the following seem to suppress the display and also hide the double borders for the menu.
/* Hide View All Site Content Div on the left */
<style type="text/css">
div.ms-quicklaunchheader{
display: none;
}
div.ms-quicklaunch
{
border-top:none
}
</style>
Seem to have no side effect so far. Will update if there is.
No comments:
Post a Comment