- This topic has 4 replies, 4 voices, and was last updated 4 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember Hiding or Changing Forgot Password Link
Hi
I have seen another forum thread with this “type of issue” however the solution is not what i am looking for sorry.
I would like to remove the Forgot Password? under the Login box. If not possible to totally remove it, can it be change to “Return To Home Page” with the home page link added of course
I did manage to remove the Join First wording and link, however when I tried to remove the Forgot Password section, crashed the entire site “woops!!”.
Thank you kindly,
Regards
Julie
P.S Sorry should say this is in the Login Form not the widget login (if that makes a difference in changing coding in the utils.php file.
You can hide the forgot password link using CSS.
Grab the following plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS tweak in there to hide the forgot password link of eMember:
#wp_emember_loginForm #forgot_pass {
display: none;
}
Thank you so much! Worked easily and perfectly
What if I don’t want to hide it but just change the text of “Join Us?”
Change the EMEMBER_JOIN_US string in the language file.