Good morning,
I created a simple contact form but I can’t change the colors.
I want a gray background with white fields (black borders) and black fonts but I can’t configure this.
I would also like my form to be a little wider and the buttons on the right rather than the left or centered
I insert login in the private and the link to my site
Best regards
Hey jccardaillac,
Thank you for the inquiry.
The site is not loading our end. To adjust the style of the contact form fields, please add this code in the Enfold > General Styling > Quick CSS field.
#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, #top .main_color select {
border-color: #000000;
color: #000000;
font-family: inherit;
background: #eeeeee;
}
Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
Ismael