Hi, how can I chage the font to white in the contat form element? It should take effect on all the contact forms on the site.
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #main .form_element input[type='text'],
#top .main_color .form_element select, #top .main_color .form_element textarea {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria