Home Page › Forums › Porto – AI Powered WordPress Website & Shop Builder › Show/Hide password User login › Reply To: Show/Hide password User login
I managed to get the icon to appear, it works, but as you can see it doesn’t display well, it seems that it doesn’t take the encoding well. How can I get the eye icon to display properly?
This is the code used
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
position: absolute;
right: 22em;
top: 16em;
cursor: pointer;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
font-family: WooCommerce;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
content: “\e010”;
text-decoration: none;
}