Please change the topic status to “Resolved” if you have resolved the issue.
Hi,
my issue isn’t resolved yet
as you can see all my textarea are in orange instead of white
thanks nearly to be done, but still the drop-down menu to be in white 😉
this is the custom css :
input[type="select"],
input[type="date"],
input[type="submit"],
input[type="text"],
input[type="email"],
textarea
{
background-color: #fff;
color: #000;
}
And the contact form :
<label> Votre nom (obligatoire)
[text* your-name] </label>
<label> Votre e-mail (obligatoire)
[email* your-email] </label>
<label> Sujet
[text your-subject] </label>
<label> Votre message
[textarea your-message] </label>
<label>Je désirerai un rendez le :
[date rendez-vous min:2017-01-01 max:2017-12-31]</label> <label>à [select choix-horaire include_blank "08:00" "09:00" "10:00" "11:00" "12:00" "13:00" "14:00" "15:00" "16:00" "17:00" "18:00" "19:00" "20:00"] </label>
[submit "Envoyer"]
but why the drop-down menu still in white ?
A drop-down menu is composed of a select element and its child option elements. Apply the style to these elements.