How can I remove the input label when a value is entered on the sign up page for an account (see attached)
Store URL: https://aoapparel.co.uk/
Password: thaosk
How can I remove the input label when a value is entered on the sign up page for an account (see attached)
Store URL: https://aoapparel.co.uk/
Password: thaosk
yes, add this code
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
display: none !important;
}
Thank you so much! @KetanKumar
its my pleasure to help us