• Resolved rockingritu

    (@rockingritu)


    Hey, I need the CSS class for “Remember me” and Forgot Password” in login page and “sign in” in Lost password page, as I wanna change their regular and hover color.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi @rockingritu ,
    Hope you are doing well.

    You can change the colors for those labels by using some Custom CSS. Please use these Custom CSSs’ given below –

    Custom CSS to change the color of “Remember me”

    .eael-checkbox-label.rememberme {
    color: orange;
    }

    For hover:

    .eael-checkbox-label.rememberme:hover {
    color: purple;
    }


    Custom CSS to change the color of “Forget Password”

    .eael-login-form-wrapper .forget-pass a {  
    color: purple !important;
    }

    For hover:

    .eael-login-form-wrapper .forget-pass a:hover {  
    color: orange !important;
    }

    Custom CSS to change the color of “Sign in”

    a#eael-lr-login-toggle-lostpassword {
    color: purple;
    }


    For hover:

    a#eael-lr-login-toggle-lostpassword:hover {
    color: orange;
    }

    Please do check this doc to learn more about Custom CSS – https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Let me know how it goes.
    Thank you.

    Thread Starter rockingritu

    (@rockingritu)

    Thank you, It works splendidly! Is there a CSS class for the Red eye icon to view password?

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi @rockingritu ,

    I am so glad to know that the CSS codes worked on your end. For the Red eye icon, please use the following custom CSS:

    .dashicons.dashicons-visibility {
    color: orange;
    }

    .dashicons.dashicons-hidden {
    color: purple;
    }


    Let me know how it goes.
    Thank you.

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi, @rockingritu ,
    Hope you are doing well.

    Can you please get back to us? Has your issue been resolved yet by following the above solution? Let us know so that we can help you out.

    Thank you!

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @rockingritu

    I hope this message finds you doing well. I wanted to check in with you regarding the status of your issue. It has been some time since we last heard from you, and we want to ensure that everything is working as it should be. If you have any updates or concerns, please do not hesitate to let us know. We are always here to help and are committed to finding a solution that works for you.

    Thank you for choosing our services, and we hope to hear from you soon.

    Have a great day!

    Thread Starter rockingritu

    (@rockingritu)

    Thank you, It worked wonderfully.

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi @rockingritu ,

    Thank you so much for your update. I am glad to know that your issue is resolved and I was able to help, please feel free to contact our support anytime you need help, we are always here to help.

    If you don’t mind me asking, could you do me a favor, and spend 30-sec to review us following this link, this will help us to serve better.

    Thank you in advance!

    Link to review – Essential Addons Review

    Have a good day! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I need some styling details for Login/Registration form’ is closed to new replies.