can you help me to set the fontcolor inside the newsletter fields to black. at the moment the font is set to white so it is not possible to see wat you write.
thanks, alex
Hey diefleischerei,
Thank you for using Enfold.
You can use this css code to adjust the font color of the input fields.
#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: #f8f8f8;
background-color: #ffffff;
color: #000000;
}
Or try to reconfigure the styles in the General Styling > Main Content panel.
Best regards,
Ismael