Viewing 3 replies - 1 through 3 (of 3 total)
  • To change the font colours you will need to add some css to your theme’s style.css file.

    If you can tell me what colour you want the fonts to be I can tell you what css to add.

    Thread Starter Gozz

    (@gozz)

    WOW – fast response! White please. Thank you.

    I assume you mean the placeholder text?

    To change that to white you need to add this to the bottom of your theme’s stylesheet.:

    ::-webkit-input-placeholder { color:#fff!important; }
    ::-moz-placeholder { color:#fff;!important } /* firefox 19+ */
    :-ms-input-placeholder { color:#fff;!important } /* ie */
    input:-moz-placeholder { color:#fff;!important }

    https://davidwalsh.name/html5-placeholder-css

    If you don’t know which file to add this to, please ask your theme developer for support as they really should have been able to help you with this in the first place!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font color on contact form’ is closed to new replies.