The calendar picker icon appears disappeared because the background is black and the icon is also black, and I cannot find a way to style it to white, it just gets 'crossed out' on the stylesheet. I'm new to css please advice, thank you. I've contacted the Wordpress theme support, they said they cannot find a way to style it also, it looks like a simple task?
the calendar icon supposed to be on the right hand side next to the date
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
color:#ffffff;
or
.wpcf7 input[type=”text”]{color:white;}
or
.input {color:white;}
or give it class in the Contact Form html
#datepicker {color:white;}
<div class="one-fourth"> [date* r-date id:datepicker date-format:mm/dd/yy min:today+2days] </div>
none of these work
here's the calendar icon on a picture background so you see what I mean.
Please note, the input text is already white, it is the calendar icon that reminds black and I dont' seem to be able to find a class targeting that.