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.

Text color

  1. Hi seems like my theme is messing up the colors on my form, is there a easy css to override this?
    please check the site http://skibua.spacedout.se/book-skiutstyr/

    Posted 12 years ago on Tuesday November 20, 2012 | Permalink
  2. David Peralty

    You didn't mention what you wanted the form to look like, but no, there isn't any simple override. Gravity Forms is built to take on the form field elements of the theme it is within. So custom overrides would have to be written to change the look and feel for your specific theme. Can you give more information on what you are hoping to have the form look like?

    Posted 12 years ago on Tuesday November 20, 2012 | Permalink
  3. Ohps sorry,
    Please see the image below. I want to change the color on the background inside a field to white instead of black as it is now.

    http://tinypic.com/r/2vj7uwo/6

    Posted 12 years ago on Wednesday November 21, 2012 | Permalink
  4. David Peralty

    Try the following in your style.css

    .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    background: white !important;
    }
    Posted 12 years ago on Wednesday November 21, 2012 | Permalink
  5. Nope doens't work. There's no difference at all? Strange..

    Posted 12 years ago on Saturday November 24, 2012 | Permalink
  6. David Peralty

    I just checked your site, and I don't see that CSS being applied at all. Did you add it to the end of your style.css file?

    Posted 12 years ago on Saturday November 24, 2012 | Permalink
  7. David Peralty

    I just checked your site, and I don't see that CSS being applied at all. Did you add it to the end of your style.css file?

    Posted 12 years ago on Saturday November 24, 2012 | Permalink
  8. Yes I applied it but removed it since it didnĀ“t work. But I sure can apply it again and you can have a look!

    Posted 11 years ago on Sunday November 25, 2012 | Permalink
  9. Did you ever resolve this? I am having the same issue of text fields showing up black on a black background.

    Posted 11 years ago on Monday February 4, 2013 | Permalink
  10. @msacco6, please being a new topic for your support issue, and include a URL to the page on your site where the form is embedded, and let us know what is showing up black on black. We will help you with the CSS to fix the incompatibility with your theme.

    Posted 11 years ago on Tuesday February 5, 2013 | Permalink

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