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/
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/
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?
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.
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;
}
Nope doens't work. There's no difference at all? Strange..
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?
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?
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!
Did you ever resolve this? I am having the same issue of text fields showing up black on a black background.
@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.