Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341170

    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).

    #342031

    Hi datadirt!

    Thank you for using Enfold.

    Try to use this:

    .avia_ajax_form input, .avia_ajax_form select, .avia_ajax_form textarea {
        color: #000000 !important;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.