How do I remove "Launch blog program to post" from the SharePoint 2010 blog page??? Any suggestions will be GREATLY appreciated. Thanks!!!
|
|
Since you didn't specify your SharePoint version I'm assuming 2010. Adding the following CSS code will hide the link:
You can either add the above code directly to your masterpage, e.g. by using SharePoint Designer. Or you can add a Content Editor or Simple Form WebPart to the page and paste the code into the source view of the WebPart. I prefer the Simple Form WebPart, BTW. UPDATE: Assuming you are using the default masterpage, the above CSS code will also work with SharePoint 2007 but only for Webbrowsers other than Internet Explorer (no matter which version). If you need to get it working with SharePoint 2007 and IE you need to resort to a JavaScript based solution. |
|||||
|
|
Alternatively, replace the webpart with a content editor and just include the links you want |
|||
|