PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Change font color in field boxes and submit button

  1. bigmaxsstudio
    Member

    I need to change the color of the font in the field boxes as well as the submit button.

    http://villavista1776.com/contact

    Thanks,

    Patti

    Posted 11 years ago on Monday December 3, 2012 | Permalink
  2. David Peralty

    You have the color for it defined twice in the CSS at line 208 and 467.

    content, #content input, #content textarea {
    color: white;
    ...
    content, #content input, #content textarea {
    color: #333;

    If you remove the white call on line 208 of your style.css you should have a form that better fits for you.

    Posted 11 years ago on Monday December 3, 2012 | Permalink