Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812694

    Hi there,

    I am looking for a solution to change the font color of the contact form. I was read the posts about that but I didn`t found the right solution

    For example I added this code but didn`t work

    .avia_ajax_form label{
    color: #ffffff !important;
    }

    Here is the link:

    Thank you!

    Best regards,
    Horea

    #812714

    Hey Horea,
    Try this code in the General Styling > Quick CSS field:

    ::-webkit-input-placeholder {
        color:    #fff !important;
    }
    :-moz-placeholder {
        color:    #fff !important;
    }
    ::-moz-placeholder {
        color:    #fff !important;
    }
    :-ms-input-placeholder {
        color:    #fff !important;
    }

    Best regards,
    Mike

    #812738

    Hi Mike,

    Thank you for your quick answer, now work.

    Thank you!

    #812756

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact form text color’ is closed to new replies.