• Resolved ftpwp

    (@ftpwp)


    Hi,

    I’m trying to customize the “Edit Login | Register Form” widget but I have 2 issues, 2 settings I really can’t find:

    1/ Where do we customize the color of the border around the “Remember Me” checkbox when we hover it?

    2/ Where do we customize the color of the “Forgot Password?” hyperlink?

    Is there settings I’ve not seen or are they missing?

    Thanks for your support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @ftpwp,

    Hope you are doing well.
    Currently, we don’t have an option for changing the Remember Me checkbox and Forgot Password hover color.

    However, you will be able to change this by using custom CSS. Please use the below custom CSS code and retry once.

    1/ Remember Me hover color change:

    .eael-lr-form-wrapper input[type="checkbox"]:hover:not(:checked):not(:disabled) {
      border-color: red !important;
    }

    2/ Forgot Password color change:

    .eael-forever-forget .forget-pass a:hover {
      color: red !important;
    }

    You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Hope this will help you. Let us know how it goes.

    Thanks!

    Thread Starter ftpwp

    (@ftpwp)

    Perfect, thanks!

    FYI the “!important” are not required.
    And I’ll open an enhancement request to add those settings in the widget.

    Thanks!

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @ftpwp,

    Thanks for your valuable update and open an enhancement request.
    Our team will check and fix this on our future version plugin. And we will update you over there after fixing this.

    Have a good day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Login | Register Form widget > customize Remember me & Lost password’ is closed to new replies.