To hide the Quick Launch in Sharepoint2010 List i.e. AllItems.aspx page I use:
.ms-quicklaunch
{
display:none;
}
In my scenario I have more than 200+ Document Libraries and List, in which each and every time I need to customize the code. Is there any out of box features?
I have tried by going to Site Setting-->Tree View-->Navigation and uncheck the Quick Launch box but here still All Site Contents and Recycle bin is visible.