I am trying to update the form (see http://projectpinkcampaign.com/pre-register/) so that the font is black, not grey. Currently it’s grey and really difficult to read. Any suggestions?
-> Enfold Theme Options
-> Generel Styling
there you can insert quick css.
here the code:
.avia_ajax_form input, .avia_ajax_form select{
color: #000000 !important;
}
Perfect, thank you so much!
Todd