- AuthorPosts
- February 7, 2017 at 10:44 am #24592Anonymous UserMember
I’m using the Hydra theme and the color palette I’ve chosen is causing a problem with a password entry screen. (http://biz201.inmotionhosting.com/~medico14/www.winsorgreen.com/owners). The color setting for the password field is white on white so when entering the password, you can’t see the indication of typing (e.g. •••••). I can correct the problem by choosing a different palette which changes the body text to black. But I really like the scheme I’ve chosen and would like to force the entry field to use black text for entry. Any suggestions for how to do this?
February 7, 2017 at 12:28 pm #24595Christopher MMemberHello,
Thank you for your question about editing color palettes. That is likely a glitch with the form field inheriting color information from the text. I have notified our development team to investigate a patch for that.
In the meantime, this CSS code added to the custom code editor should correct that:
input { color: black; }
Best,
Christopher M.February 7, 2017 at 3:02 pm #24594Robert DeSimoneMemberThanks, that did the trick. One other question on the blog page, the image doesn’t show. Is there a way to have that image appear?
http://biz201.inmotionhosting.com/~medico14/www.winsorgreen.com/owners/blog/
Rob
February 9, 2017 at 1:01 am #24593Arnel CMemberHello Rob,
The issue looks to be related to the path of your link. It as both the temporary URL and what appears to be the actual URL for the site. If you fix the URL then the image will most likely appear.
I hope that helps to answer your question! If you require further assistance, please let us know!
Regards,
Arnel C. - AuthorPosts
- The topic ‘Color theme is causing password entry issue’ is closed to new replies.