• This is the only Login page modification plugin that actually works. You can swap out the WordPress logo and do some color changes.

    The ‘custom HTML’ section forces its content under the login box and doesn’t doesn’t give you the option to include it above the box or under the logo, and there’s no way to toggle on/off the “lost password” and “Go back to…” links that are defaulted on wp-login.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Austin

    (@austyfrosty)

    Thanks for the review.

    The custom HTML only has one action hook on login page. You can however use the custom JS field to create custom HTML where ever you like. Same as the lost password, remove if with the JS.

    Austin Passy, could you give any link that would explain how to modify those ‘lost password’ links etc.?? I also want to do some changes to those but have no idea how to do it or even what to look for on google. Many thanks in advance and best wishes 🙂

    Plugin Author Austin

    (@austyfrosty)

    There is no easy way to target the “register” link. But here are a few examples:

    .login #nav a:first

    Or

    .login #nav a[href$="register"]

    Many thanks for that, I will have a go

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does the basics’ is closed to new replies.