input:-webkit-autofill.wpcf7c-conf {
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
border: none !important;
background: #fff !important; }
input:-webkit-autofill.wpcf7c-conf:focus {
border: none !important; }
.wpcf7c-conf {
background: #fff !important;
border-color: #fff !important; }
.wpcf7c-conf:focus {
border-color: transparent !important; }
とりあえず、このコードをcssに追加すれば、大抵は確認画面っぽくなる
※chromeの自動入力された欄につく黄色を消す/inputの枠線を消す
コメント