|
|
How do I change the input text color of all fields in a form?
Started by: Kim Singleton
in: Toolset Professional Support
Quick solution available
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;
}
|
|
2 |
3 |
3 years ago
Kim Singleton
|
|
|
conditional test of the post content in my custom field
Started by: martinE-4
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
3 years ago
martinE-4
|