Note to self: hide "add document" and "add item" from Sharepoint site in 2 seconds
Add this to your custom site CSS :
<style type="text/css">
#WebPartWPQ2 .ms-addnew
{
display:none;
}
</style>
After 9 years in the Lotus world, I crossed over to Microsoft technologies in 2007 and specially to Sharepoint. Here I post my grumbles and tips so that I can remember about them and also share to some who might find them useful too. I also occasionally write short notes on my colleagues and my company blogs.
Add this to your custom site CSS :
<style type="text/css">
#WebPartWPQ2 .ms-addnew
{
display:none;
}
</style>