• Resolved echobrin

    (@echobrin)


    I’m using the shortcode [pms-login] on my login page. From the documentation it looks like by default the login page does NOT include the register and lost password links, but mine has them somehow. Scratching my head! Thanks for any ideas!

Viewing 1 replies (of 1 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @echobrin,

    In order to remove the “Lost Password” link, you need to go to PMS-> Settings-> Membership pages-> And at the Lost Password page do not select anything.

    And you can hide the “Registration” link from your Login page by using the following CSS snippet:

    pms_login .login-extra .register, #pms_login .login-extra .separator {

    display: none;

    }

    You need to add the CSS snippet in Dashboard-> Appearance -> Customize-> Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘can’t remove register link from login page’ is closed to new replies.