Hello I need a little help for 2 little customization of my contact form:
1. I want to fullfill text area with the background-color:#f2f1f0
.form-control {
background-image: none;
background-color: #f2f1f0 !important;
border: 1px solid #ccc;
border-radius: 0 !important;
}
.compressed {
font-family:’Raleway’;
color: black;
font-size: 1.1em;
font-weight: 400;
background-color: #f2f1f0;
}
textarea.form-control {
background-image: none;
background-color: #f2f1f0 !important;
}
label.control-label {
font-family:Raleway;
font-size: 13px;
color:#282626;
}
I’ ve tried with these differents css, but doesn’t works. How put this background?
2. change the Name and Surname / Message / Subject labels color in #f2f1f0; and 2pt more size.
From which class?
I’ve searching a lot in Firebug but I hava no solution, can you help me?