SharePoint Usability Tip: Hide the Site Settings Link in Portal

To quickly hide the Site Settings link in portal, add this to your custom style sheet:

#SettingsOrReturnURL {display: none}

All this does is change the display of the link itself to none. So you aren’t actually removing it from the code.