Problem:
I am having an issue with the input text color of fields in a form; they have a white background and white input text.
Solution:
To change the color of the text input box in a form, use the following CSS code:
form[id*="cred_form"] input[type="text"] { border: 1px solid #8dc140; color: #404040; }
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 2 replies, has 2 voices.
Last updated by 1 year, 10 months ago.
Assisted by: Christopher Amirian.