• Hi there the login does work but I can’t seem to find the issue of what needs to be changed the email shows when you type it but when u click on password the email you can no longer see it’s still there but the color I can’t seem to change so it shows still when you’re entering your password

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

Viewing 1 replies (of 1 total)
  • Hi @sentinel945
    Thanks for using our theme StoreCommerce.

    The text of the email address is not visible because of the background color of the site. Please check once by adding below code on Appearance > Customize > Additional CSS,

    .page-id-9 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
       
        color: blue;
    }  

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘cant see email address when typed in’ is closed to new replies.