Hint example edit

  • reelance
    Asked on April 15, 2014 at 8:59 PM

    How i can edit hint example, i want to change of color

  • jonathan
    Replied on April 16, 2014 at 4:36 AM

    Hi,

    Please try using CSS code like this

    ::-webkit-input-placeholder {

       color: black !important;

    }


    :-moz-placeholder {  

       color: black !important;  

    }


    /*--for IE10 support--*/

    :-ms-input-placeholder {

        color: black !important;

    }

    Inform us if it did not work.

    Thanks.