• Hello,

    The eye icon for password fields is working, but the align of the icon was not good. I had to change in password.php file the line 97 to:

    ‘<span class=”wpcf7-form-control-wrap” data-name=”%1$s”><input %2$s />%3$s<span style=”position: relative; float:right; top: -30px;”

    instead of

    ‘<span class=”wpcf7-form-control-wrap” data-name=”%1$s”><input %2$s />%3$s<span style=”position: relative; margin-left: -30px;”

    I’m afraid with a new plugin update, I loose this modification. Is there any workaround about this?

Viewing 1 replies (of 1 total)
  • Plugin Author kimipooh

    (@kimipooh)

    Thank you for using my plugin.

    For style sheets, I have released 4.2 with some additional styling options, since different people have different settings.

    Additional Options: Icon_position, Icon_float, Icon_top, Icon_margin, Icon_marginleft

    In case of your request, please try to use the following options.

    [password password-111 id:password-111 Icon_position:relative Icon_float:right Icon_top:-30px]
    *password-111 is a provisional name.

Viewing 1 replies (of 1 total)
  • The topic ‘Style for eye icon’ is closed to new replies.