Contact Form 7 自定义样式
Custom style of Contact Form 7
我正在尝试设置我导入到主题中的默认联系表单的样式,但它没有响应我对 css 所做的任何更改。表格位于页面的页脚中:http://jteng.ayomo.com
关于如何操作此表单有什么建议吗??
谢谢
我目前拥有的css如下,但没有显示在表格上:
}
.wpcf7-form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
height: 200px;
width:500px;
background-color:#999;
}
Contact Form 7 样式是一个很棒的插件,无需使用 css:
和 fiddle 即可设置您的联系表单样式
我正在尝试设置我导入到主题中的默认联系表单的样式,但它没有响应我对 css 所做的任何更改。表格位于页面的页脚中:http://jteng.ayomo.com
关于如何操作此表单有什么建议吗??
谢谢
我目前拥有的css如下,但没有显示在表格上:
}
.wpcf7-form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
height: 200px;
width:500px;
background-color:#999;
}
Contact Form 7 样式是一个很棒的插件,无需使用 css:
和 fiddle 即可设置您的联系表单样式