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

    Hi, i want to change the color for the value placeholders in contact-form.i used the following css code, but it did not work:

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color:blue;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color:blue;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color:blue;
    }
    :-moz-placeholder { /* Firefox 18- */
      color:blue;
    }

    Any ideas?

    thanks

    #724765

    Hey Chris_85,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #725491

    private section

    #725493

    Hey!

    I added following code to Style.css file of your child theme

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

    Please review your website now

    Regards,
    Yigit

    #726498

    thanks Yigit, worked fine!

    #726583

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change color of value placeholder in contacform?’ is closed to new replies.