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.

Submit Button font color

  1. I should be able to figure this out but I am failing. I want to change the font color on the submit form to white. The form is at the bottom of this page.

    http://pacgr.com

    I don't see where in the style.css to change the font color. Thanks in advance for the help.

    --Perry

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

    Try the following at the bottom of your CSS file:

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    color: white !important;
    }
    Posted 11 years ago on Sunday December 2, 2012 | Permalink
  3. That did it. Thanks so much David. Have a great evening!

    --Perry

    Posted 11 years ago on Sunday December 2, 2012 | Permalink

This topic has been resolved and has been closed to new replies.