Làm chủ contact form 7

Thay icon datetime picker

input[type="date"]::-webkit-calendar-picker-indicator {
color: rgba(0, 0, 0, 0);
opacity: 1;
display: block;
background: url(https://autoshop.com.vn/wp-content/uploads/2022/10/calendar.png) no-repeat;
background-size:cover;
width: 22px;
height: 25px;
border-width: thin;
}

hiển thị placeholder datetime picker


.wpcf7 input[type="date"]:before {
content: attr(placeholder);
}