Can you help me change the color of the contact form title from gray to white? The form is directly at the top left of the homepage.
Hey mframe,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .wpcf7-form h2 {
color: #fff !important;
}
Hope this helps :)
Best regards,
Nikko