• hi there, since you never replied to my first entry for nearly one year. i try it again.
    how is it possible to get rid of the forget me not section completely?

    the workaround i am using now is to setup the color to white – but this is only a visual trick which does not hide it completely.

    also it would be great to use the login button in 100% width and add some hover settings to it.
    i am using this plugin at all my clients sites so it would be a huge benefit to develope this further a bit.

    thanks and all my best
    telemarker

    • This topic was modified 2 years, 6 months ago by telemarker.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @telemarker

    Hope you are doing good.

    Actually, this plugin gives the ability to design your login page only, so in your case, if you want to hide the forget pass link then we can provide you the “Display None” CSS.

    thanks

    Thread Starter telemarker

    (@telemarker)

    hey mr. haseeb, so what would it be and where to put it?
    all my best
    telemarker

    ps: have you thought about the fullwidth button as well.

    @telemarker

    We can provide you with “Display: None” CSS, you can add that CSS to your theme CSS or child theme style sheet.

    Actually, this is the alternate solution to hide the “REMEMBER ME and CHECK BOX” Option.

    Thanks

    Thread Starter telemarker

    (@telemarker)

    hey haseeb, am i talking to a human here?
    would you please just be so kind to provide me with the css code and tell me where exactly to put it?
    thanks and all my best
    telemarker

    @telemarker

    Yes, I am human.

    The CSS code to hide remember me checkbox and label.

    .forgetmenot { display: none !important; visibility: hidden !important; opacity: 0 !important; }

    You need a Developer or WordPress CMS knowledge to add this.

    You can this CSS snippet to Appearance -> Customize -> Additional CSS and then paste it.

    Thanks

    Thread Starter telemarker

    (@telemarker)

    well thats not hard at all if only it would work.

    i applied this to the customizer:

    .login .forgetmenot { display: none !important; visibility: hidden !important; opacity: 0 !important; }
    
    #login form .submit .button { width: 100%!important; }

    but nothing changes, can you please provide me with a working solution.
    why don’t you simply add a field for custom css in your plugin?
    that would give users all the freedom they ever need.
    thanks
    telemarker

    • This reply was modified 2 years, 6 months ago by telemarker.
    • This reply was modified 2 years, 6 months ago by telemarker.

    @telemarker

    This code is working fine on my staging sites, better is to hire a developer who can do these changes if it’s not working then proper testing require to do these changes.

    Why don’t you simply add a field for custom css in your plugin?
    = I will talk to my team, if it’s possible we will add this in our future release.

    Thanks

    • This reply was modified 2 years, 6 months ago by M Haseeb.
    Thread Starter telemarker

    (@telemarker)

    i tried at least on 20 different sites and the css for the button does not work.
    however it works well in the firefox inspector, please add a custom css box!

    @telemarker

    I will discuss it with my team and if possible we will add a custom CSS option in our plugin’s future release.

    Thanks

    Thread Starter telemarker

    (@telemarker)

    ok please release a such a version soon.

    @telemarker Sure, I have already forwarded this to my team and we will work on it soon.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘hide forgetmenot and enable full width button’ is closed to new replies.