Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created September 1, 2016 01:18
Show Gist options
  • Save skyshab/d132c391e8fda0ad93872fa5ef890452 to your computer and use it in GitHub Desktop.
Save skyshab/d132c391e8fda0ad93872fa5ef890452 to your computer and use it in GitHub Desktop.
.et_pb_contact_form_label ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
display:none!important;
}
.et_pb_contact_form_label ::-moz-placeholder { /* Firefox 19+ */
display:none!important;
}
.et_pb_contact_form_label :-ms-input-placeholder { /* IE 10+ */
display:none!important;
}
.et_pb_contact_form_label :-moz-placeholder { /* Firefox 18- */
display:none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment