Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #258238

    Hi 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,
    Yigit

    #283000

    Hi 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!

    #283011

    Hey!

    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!
    Yigit

    #283028
    This reply has been marked as private.
    #283082

    Hi!

    Please review your website. You can find custom CSS code i added in the bottom of Quick CSS field :)

    Cheers!
    Yigit

    #283151

    Thanks so much Yigit!

    I appreciate the excellent support.

    Best regards,
    George

    #283154

    Hi George!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change Contact Form Font Color’ is closed to new replies.