Okay
  Public Ticket #1145298
Contact Form Format Not Consistent on Dropdown Selections
Closed

Comments

  •   tommyhooks started the conversation
  •  2,005
    Ocean replied

    Hi,

    If you want to have white background for all. you can add code CSS here 

    You can add css code here http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea{
        background: #fff;
    }
    

    If you want to have background for all grey. Add this code:

    .form-control-life {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555;
      background-color: #f7f7f7;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
              transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    

    If i don't understand exactly your mean. You need to send me screenshot to check and help!


  • tommyhooks replied

    Thank you for the support.  The CSS code for grey background helped.  Also found this is limitation in Contact Form 7 plugin for formatting placeholder in dropdown fields.  Please consider the ticket closed.