Input field color

Hey dear Colorlib - Support,

I have an issue with a form. On my website, I use the Mailchimp for Wordpress Plugin, and everything is working perfectly. However, when I start typing in the fields, the font color is white (on white background), so you don’t see what you are typing…when clicking somewhere else on the screen, the color turns grey (as it should be when typing, too).

You can see it in the footer 4 area on this page: www.studna-band.com

Please type something in - it appears white, and I want to change that color to the grey of the placeholder.

How can I do that?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the textbox font color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Font color*/
input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
    color: red !important;
}

Best Regards,
Support

Worked perfectly, thanks a lot :slight_smile:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support