• Resolved Seven

    (@sevenaxys)


    Hi,
    I’m really glad I found this plugin!

    • Why the confirm password placeholder says “password” and not “confirm password”.
    • See here:
      https://i.postimg.cc/nLfxj507/pw-pw.png

    • Also, how can I enable the labels? I couldn’t achieve it properly using css.
    • Best regards,
      seven

    • This topic was modified 4 years, 4 months ago by Seven.

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

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

    We will change the placeholder for change password in the next update release. Regarding labels, we already have labels for input fields but you will just need to apply some CSS to display them. Try using the following CSS to see if it works on your site or not:

    .bsui form.uwp-registration-form.uwp_form label.sr-only {
        position: relative;
        width: auto;
        height: auto;
        clip: auto;
        margin: 0;
        padding: 0;
    }

    Regards,
    Patrik

    Thread Starter Seven

    (@sevenaxys)

    Nice, that CSS worked after I changed the AyeCode UI > Frontend > Load CSS to Full Mode

    Thank you.

    • This reply was modified 4 years, 4 months ago by Seven.
    • This reply was modified 4 years, 4 months ago by Seven.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Confirm Password Placeholder’ is closed to new replies.