- Posts: 19
- Thank you received: 0
How to change the text color in the contact form
11 years 6 months ago #42587
by philn
How to change the text color in the contact form was created by philn
Hi
In the contact form the text is a light gray on a gray background. How do I change the contact form text color and or the the contact form background color.
Thanks in advance.
Phil
In the contact form the text is a light gray on a gray background. How do I change the contact form text color and or the the contact form background color.
Thanks in advance.
Phil
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #42591
by ivan.milic
Replied by ivan.milic on topic How to change the text color in the contact form
Send link so we could check
Please Log in to join the conversation.
11 years 6 months ago #42593
by philn
Replied by philn on topic How to change the text color in the contact form
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #42600
by ivan.milic
Replied by ivan.milic on topic How to change the text color in the contact form
Add to template_css.css:
#contact-form INPUT,
#contact-form SELECT,
#contact-form TEXTAREA{
color:#000000!importnat;
backgorund:#FFFFFF!importnat;
}
#contact-form INPUT,
#contact-form SELECT,
#contact-form TEXTAREA{
color:#000000!importnat;
backgorund:#FFFFFF!importnat;
}
Please Log in to join the conversation.
11 years 6 months ago #42613
by philn
Replied by philn on topic How to change the text color in the contact form
Thank you Ivan do you mean important instead of importnat?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #42622
by ivan.milic
Replied by ivan.milic on topic How to change the text color in the contact form
Yes sorry it a typo
Please Log in to join the conversation.
Time to create page: 0.179 seconds