• Resolved terri2uus

    (@terri2uus)


    Is there a way to remove the “Remember Me” checkbox? It can be checked, but it doesn’t actually “remember”.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Paul

    (@paulplapsa)

    Hello @terri2uus,

    Thank you for reaching out to us.

    You can hide that checkbox by adding the CSS bellow via your Customizer interface: Dashboard -> Appearance -> Customize -> Additional CSS

    .login-remember {
    display: none;
    }

    Best Regards,
    Paul

    Thread Starter terri2uus

    (@terri2uus)

    Thank you very much!!

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