-
AuthorPosts
-
October 7, 2019 at 9:23 am #1145689
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ëlleOctober 7, 2019 at 2:25 pm #1145782Hey 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,
RikardOctober 7, 2019 at 2:30 pm #1145785This reply has been marked as private.October 8, 2019 at 4:07 am #1145989Hi 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,
RikardOctober 8, 2019 at 9:19 am #1146070This reply has been marked as private.October 8, 2019 at 11:55 am #1146119This reply has been marked as private.October 8, 2019 at 12:41 pm #1146138 -
AuthorPosts
- You must be logged in to reply to this topic.
