i am not sure why but the color of the text in the message box is different then the rest (its grey, instead of black). is there a way to change this. also, is there a way of changing the format (font, size) of the message after the form is sent so it matches the website?
Hey!
You can change the text color and font size with this code – just insert it into the quick css field and change the values if necessary:
.avia-form-success{
color: #333;
font-size: 12px;
}
Best regards,
Peter
Hey Peter,
The font is still grey on the “message” part of the form on following page – http://papernapkinmarketing.com/dental.
Add this too:
#top .main_color textarea{
color: black;
}
Cheers!
Josue