Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Please change the topic status to “Resolved” if you have resolved the issue.

    Thread Starter vj_dobermann

    (@vj_dobermann)

    Hi,
    my issue isn’t resolved yet
    as you can see all my textarea are in orange instead of white

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter vj_dobermann

    (@vj_dobermann)

    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 ?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    A drop-down menu is composed of a select element and its child option elements. Apply the style to these elements.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘background color problem’ is closed to new replies.