I would like to change the font color of the response text that appears once a user submits an email address into the contact form. It is currently Black and I would like it to be a lighter color. Thanks.
Hey kgersony!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h3.avia-form-success {
color: white;
}
Regards,
Yigit
You all are the best! I am amazed at how fast you reply. Thanks so much!