Hi,
is there a way to change the input colors in form fields?
I asked this question some time ago and got this quick css code as an answer:
.page-id-51391 .avia_ajax_form input, .page-id-51391 .avia_ajax_form select{
color: #000000 !important;
}
Works nicely on all fields – except for the large text input field, where the color is still gray instead of black:
http://blog.datenschmutz.net/kontakt/
I also wonder if it’s possible to change this setting for *all* forms (instead of using the page IDs).