Tagged: CONTACT FORM
Hi there,
for one reason or another, the text that is seen on our contact form (after you insert all data- Message Sent label) is in white color.
How could I change this one?
Thanks for your support.
Simone
Hey SimoneAmara,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.avia-form-success{
color:#000!important;
}
Best regards,
Vinay