Tagged: Color, form fields
Dear Enfold support team,
I apologize in advance – probably this question has been asked before, but I didn’t find the proper answer via the search function.
How can I change the font color in form fields? I figured out how to change the background of form fields, but not how to change the actual font color (http://blog.datenschmutz.net/kontakt/)
greetings, Ritchie
Ich empfehle auf enfold Version 2.7.1 zu updaten.
Und für die Formularfelder kannst du mit folgendem CSS code ändern:
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.page-id-51391 .avia_ajax_form input, .page-id-51391 .avia_ajax_form select{
color: #000000 !important;
}
Muchos gracias! Das Update werd ich gleich mal installieren.