Hi - What custom css code should I use to make the font color darker for input text on contact form? Thank you.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #contactForm input[type="text"]{ color :black; } #contactForm textarea{ color:black; }