• Resolved ssgtpappy

    (@ssgtpappy)


    is there away of removing the remember me and check box on the admin login box in your plugin?

    Thanks for your help
    Roger

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

    (@weblizar_support)

    hi ssgtpappy,

    you can hide the remember me block using following css code, apply this css code to plugin custom css block (Login Form Setting > Custom css)
    #loginform p.forgetmenot {
    display: none !important;
    }
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Remember Me Box’ is closed to new replies.