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:
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
Is the style.css file in the WordPress “Appearance” Editor, or in the FTP folders (like uploads > theme > etc.?)
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 !
Hi Dominic,
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?
please send me your site for further checking.
My mail box: [email protected]
Hope this helps !
Regards,
Dominic
Please login or Register to submit your answer