“Forgot Password” Sleight of Hand
by D.Marv (AKA: Nasty McVasti)
Do you ever lay in bed at night wondering why the “Forgot Password” link is visible on every page of your community? Well stop wondering and do something about it!
Get ‘er done:
In order to have the “forgot password” link show up only on your community’s login page, the following styles will get you there:
li.ka_forgot_pass {
display: none !important;
}
#ka_headerLogin li.ka_join_auth {
border: 0;
}
.ka_userLogin #ka_headerLogin li.ka_join_auth {
border-right: 1px solid #000;
}
.ka_userLogin #ka_headerLogin li.ka_forgot_pass {
display: inline !important;
}
Did you enjoy this tutorial? Have questions, comments, or want to submit one of your own? Contact us at support@kickapps.com.