• Hello Chad. Is there ANY way of removing the ‘Remember Me’ tick box from the Login section. I looked at the css but couldn’t spot anything obvious.

    Reason, the members of this site are confused about what and how it works – even when I try to explain – and frankly life for me would be a lot easier if it wasn’t there LOL. (Given that we have Keychain et al these days)
    Regards
    John S

    • This topic was modified 3 years, 4 months ago by John Simpson.
    • This topic was modified 3 years, 4 months ago by John Simpson.
    • This topic was modified 3 years, 4 months ago by John Simpson.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • #rememberme, #rememberme label
    {
        display: none;
    }
    Thread Starter John Simpson

    (@johnsimpson64)

    @airdrummer Many thanks for the time and thought, but no. All that does is remove the tick box, leaving the label (causing even more confusion LOL)

    However …. it did get me poking around in css again and finally remembered!:

    Adding:

    #wpmem_login label[for=”rememberme”] {
    display: none;
    }

    …. works a treat. Unless Chad says “..that’s not the proper way to do it” LOL

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Remember Me checkbox’ is closed to new replies.