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 Turning Black

  1. Hello,

    Just wondering if anyone there might be able to tell me why on my new site which I am building from a theme/template purchased from themeforest.net the submit button is basically turning completely black and is unreadable?

    http://www.afineartprint.com/file-upload

    This is just a test form, but I would appeciate any assistance you might offer.

    Thank you,
    Derek

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  2. It's inheriting styles from your theme. Specificially from line 12 of black.css and also from line 965 of the style.css file.

    You can define different background colors, styles etc. for your form with some CSS inheritance. Something like this.. append it to the end of your style.css file.

    .gform_footer input.button { background-image:none; background-color:#eee; border:1px solid #ccc; padding:4px 6px; font-weight:bold }

    View Test Screenshot

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  3. Thank you very much Kevin!

    As always a quick reply from a quality company....

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  4. and it works!

    You have no idea how much I wish I had a coders brain!!!

    thanks again Kevin

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  5. My pleasure. Thanks for the kind remarks too. We do appreciate them!

    Posted 14 years ago on Thursday April 8, 2010 | Permalink

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