Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #815332

    Hi there,

    I`m trying to change the input font color of the contact form, I tried with this code but the text is changed only on mozzila

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

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

    Thank you!

    Best regards,
    Horea

    #815428

    Hey Horea,

    
    ::-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

    #815519

    Hi Mike,

    Thank you, now work.

    Best regards,
    Horea

    #815522

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

    Best regards,
    Mike

    #856568

    Hi,
    These is not the right topic, but i didn’t find any for this, so i’m sorry.
    I wander can i set the required format of one input field to XXX-XX-XXXX.
    Best regards,
    Sasha

    • This reply was modified 7 years, 1 month ago by vlada.
    #856670

    Hi @salebgd,

    Please, create other thread explaining your question very well and provide to us some details like website link and WP credentials in a private answer.

    Best regards,
    John Torvik

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