-
AuthorPosts
-
April 30, 2014 at 8:45 am #258151
Hi i want to change the font color of the fields in the contact form.
#top .main_color input[type='text'] { color: white; }I found this code which changed some fields but not the “message” field which is i think multi-row text field and the “choose from”.
Thanks in advance!
April 30, 2014 at 12:49 pm #258238Hi simonac!
Please add following code to Quick CSS
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: white; }Best regards,
YigitJune 24, 2014 at 1:37 pm #283000Hi Yigit,
I’ve tried the code and unfortunately haven’t gotten a change with the text color on my contact form. I had changed the main content font color to white in General styling in order to make my font stand out against a dark background on my pricing table but this has also applied to the font color on my contact form, which has a white background.
Please help…I want it to be black on the contact form.
Thanks!
June 24, 2014 at 1:57 pm #283011Hey!
Please try following code
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: black !important; }If that does not work, please post the link to your website
Cheers!
YigitJune 24, 2014 at 2:16 pm #283028This reply has been marked as private.June 24, 2014 at 3:43 pm #283082Hi!
Please review your website. You can find custom CSS code i added in the bottom of Quick CSS field :)
Cheers!
YigitJune 24, 2014 at 5:44 pm #283151Thanks so much Yigit!
I appreciate the excellent support.
Best regards,
GeorgeJune 24, 2014 at 5:49 pm #283154 -
AuthorPosts
- The topic ‘Change Contact Form Font Color’ is closed to new replies.
