联系人表格7使用wpcf7-form
为其窗体和wpcf7
对于它的父DIV。您可以通过以下CSS规则设置输入类型的颜色:
.wpcf7-form input[type="text"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
color:white !important
}
The
!important
规则将使其覆盖任何其他样式的规则。前往
Appearance > Customize
并将上述规则添加到自定义CSS中。
PS : 您还可以使用.wpcf7 input[type="text"]
如果您的表单的类别因任何原因而不同。