How can I hide the password reset option on the login screen?

A newer version of this information can be found at Using CSS to change the styling of div and text elements on a site.

1) Login to your admin area
2) Open your site folder
3) Choose settings
4) Choose SEO/HTML tab
5) Add the following script in the "HTML content for bottom of <head> section"
 
<style>
.pageType_login .resetpassword{display:none;}
</style>
 
6) Save

We always like to make sure to include this warning: When adding CSS or javascript to change the design or behavior of the site, please keep in mind that underlying html may change as new features are introduced to the system. We do not recommend or support doing so. Any changes you make here could be broken at any time without warning.