• Resolved bersxx

    (@bersxx)


    I have 3 problems, if possible please help:

    1- I want to have underline when users hover over “Forgot Password”, is it possible to do that using CSS? I am unable to find this option

    2- Remember me button, how I can make it that it is always checked when users try to login, I want it to be checked by default is this possible?

    3- I want Remember me text to be closer to the check box, I am unable to do that for some reason, is there a way to do it? thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hello @bersxx

    I hope you are doing well.

    1. Yes, It is possible to?have an underline when users hover over “Forgot Password”. I have shared a custom CSS code for that.

    Here is the custom CSS:

    a#eael-lr-lostpassword-toggle:hover {
    text-decoration: underline;
    }

    To add this custom CSS you can visit your WordPress Dashboard => Appearance => Customize => Additional CSS and paste it here.

    2. To Remember Me make it checked by default you need to add custom Js

    Here are the custom Js:

    jQuery(“.remember-me”).prop(“checked”, true);

    To add custom Js, you can see the screencast. Here is the screencast for that: https://d.pr/v/dHBj73

    3. To make Remember me text to be closer to the check box, you can follow this link here: https://d.pr/v/LasQTI

    Let me know how it goes.

    Thank You

    Plugin Support Pial

    (@iapial)

    Hello again @bersxx

    Sorry for the inconvenience.

    We did not hear from you since our last conversation.

    Could you please let us know if you are still having the issue?

    So that we could try to solve your issue.

    We are waiting for your response.

    Thank you.

    Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hello @bersxx

    I hope you are doing well.

    I wanted to follow up with you regarding the solution I shared with you previously. I have not heard back from you since then, and I wanted to check in to see if you have had a chance to review the solution or if you have any questions or concerns.

    I understand that you may be busy, but I wanted to ensure that we are meeting your needs and addressing any issues you may have. If you need any further assistance or clarification, please don’t hesitate to reach out to us. I am more than happy to provide additional information as needed.

    Thank you for your time and attention to this matter. I look forward to hearing from you soon.

    Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hello @bersxx

    Did you get chance to checkout my solution that I previously shared with you? Could you please let me know the update?

    As we have to resolve this topic , could you please get back to us with your feedback?

    Thank You

    Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hello @bersxx

    Hope you are doing well.

    About your issue, We still haven’t heard back from you. So, I am assuming your issue has been resolved. I am resolving this topic.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remember me button in login wedgit’ is closed to new replies.