• Resolved rafahghany

    (@rafahghany)


    please advice how to add the “Show Password” in “usersWP” Forms
    thanks

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    For every password field in the form, you will see an eye icon on click of which will display the password in plain text. Is that what you are looking for?

    Regards,
    Patrik

    Thread Starter rafahghany

    (@rafahghany)

    Ok thanks it was not showed
    Maybe it was a cash problem
    Thanks for ur time

    Thread Starter rafahghany

    (@rafahghany)

    hi Dear Patric
    again the eye icon is not showing in the password field
    neither in login form
    https://wahatshouq.com/wsh-login/
    nor in register form
    https://wahatshouq.com/register/
    plz advice

    Hi,

    Any reason for using our old legacy layout for UsersWP? The eye icon will display for the bootstrap layout which you can set from UsersWP->General->Developer->Default Design Style.

    Regards,
    Patrik

    Thread Starter rafahghany

    (@rafahghany)

    sounds Great
    thanks Patrik
    now please, I want to change the color of the button into #a10b0b
    that didn’t work in elementar’s custom css
    please advice

    You can add following CSS in Appearance->Customize->Custom CSS and let me know if it works or not:

    .uwp_form [type="submit"] {
        background: #a10b0b;
    }

    Regards,
    Patrik

    Thread Starter rafahghany

    (@rafahghany)

    thanks a million
    what about the color on hover?
    it’s also blue , but I need to make it #7A7A7A
    sorry for taking of ur time

    Here is the CSS code for the same:

    .uwp_form [type="submit"]:hover {
        background: #7A7A7A !important;
        border-color: #7A7A7A !important;
    }

    Please remove !important if the code works without it else keep it.

    Regards,
    Patrik

    Thread Starter rafahghany

    (@rafahghany)

    Thank you Patrik
    it worked 100%
    that’s made my day
    thanks a million ??

    You are welcome!

    Regards,
    Patrik

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to add the “Show Password” in “usersWP” Forms’ is closed to new replies.