Hi!
I would like my field to date the same day as the fields below, namely a transparent background, the same color, and that we do it the day before the chosen date.
I already have this custom css code for this contact form:
#top .main_color .input-text, #top .main_color input[type=’text’], #top .main_color input[type=’input’], #top .main_color input[type=’password’], #top .main_color input[type=’email’], #top .main_color input[type=’number’], #top .main_color input[type=’url’], #top .main_color input[type=’tel’], #top .main_color input[type=’search’], #top .main_color textarea {
color: #ffffff;
border-color: #ffffff;
border-width: 2px !important;
background-color: transparent;
margin-bottom: 0px !important;
}
What do I add to get what I want?
Thanks for your help!
Gaëlle
Hey Gaëlle,
I’m not sure I understand you question, do you mean that the first element in your form doesn’t look the same as the rest of them?
Best regards,
Rikard
Hi Gaëlle,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
input.wpcf7-form-control {
width: 100%;
padding: 10px;
border: 2px solid white;
border-radius: 2px;
font-family: HelveticaNeue;
color: blue;
}
Best regards,
Rikard