Grace Chen
asked 11 years ago

How do I change the color of the default text in the contact form?

How do I change the default text to white?
I looked in the “Appearance” editor, and all the hex codes having to do with the contact form say #ffffff, but it doesn’t look like it:

1 Answers
DominicStaff
answered 11 years ago

To change the color of the default text in the contact form on the theme. you can open the style.css file / line 60 -> 78.
add the following code :

  
color: #...;

URL: http://snippi.com/s/ppuph6m

Hope this helps !
Regards,
Dominic

Grace Chen
replied 11 years ago

Is the style.css file in the WordPress “Appearance” Editor, or in the FTP folders (like uploads > theme > etc.?)

Dominic Staff
replied 11 years ago

you can log in Dashboard > Appearance > Editor > open the style.css file. and find the code.
URL: http://snippi.com/s/ppuph6m

and add the code :
color: #…;

Hope this helps !

Grace Chen
replied 11 years ago

Hi Dominic,

Grace Chen
replied 11 years ago

Thank you for the response. Unfortunately, it’s still not working, even though I put that code into the editor’s CSS stylesheet. I tried putting in a hex code for the background color of the boxes, and that one seemed to work. But for some reason, “color: #000000;” doesn’t seem to work (or any color for the font, for that matter)!! Do you have any idea why?

Dominic Staff
replied 11 years ago

please send me your site for further checking.
My mail box: [email protected]
Hope this helps !
Regards,
Dominic

Powered by DW Question & Answer Pro