Hello,
Im having issues with cf7. Some input fields are based on the theme settings of enfold, other fields are grey when I want to write something in it. How can I fix this problem and make the color for input the same?
Thanks!
Hey SecretDiamonds!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#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: transparent;
background-color: #e6dab1;
color: #000000;
}
Cheers!
Ismael
Thanks!! :-)