Hi, I've a problem with login and contact form fields, the font color is white and can't be seen by user that fill it. How I can change the color of font in every fields to make it visible?
Thanks in advance
How to change font color in Login field
8 posts from 3 voices-
Posted 1 year ago #
-
Hi,
Kindly post a link to your site. Thank you. :)
Regards,
IsmaelPosted 1 year ago # -
Hi Ismael, click on my avatar ;) to see the problem click on login ant try to fill the fields.
Posted 1 year ago # -
Hi,
I think trying to change the font color won't solve the problem as the other textfield has the opposite color than the other. I think a better solution is to change the login textfields background-color to dark to make it consistent with the textfields in contact page. In you login page, try to add the text_input class.
The previous code should look like this:
<input type="text" name="log" id="user_login" class="input" value="" size="20" />The current code should look like this:
<input type="text" name="log" id="user_login" class="input text_input" value="" size="20" />Just do the same thing for the password. And also to be consistent try to add a class="button" to your submit button. Hope this helps. :)
Best Regards,
IsmaelPosted 1 year ago # -
excuse me Ismael Ive the same problem with every field (Contact Form plugin) how to fix it?
Posted 1 year ago # -
Hi loopycomputer,
I just took a look at the contact form on the site and it looks like the background color for them is set to a dark gray. Are you still having the same issue?
Regards,
Devin
Posted 1 year ago # -
Excuse me you can see the problem on this page:
http://www.loopycomputer.it/i-nostri-servizi/richiesta-preventivo
Thanks in advancePosted 1 year ago # -
Hi loopycomputer,
Kindly add the text_input class in your textfields. If you are using Contact Form 7, you insert this code in your text field:
class:text_inputHope this helps. :)
Best Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














