Form Field Hint Font Face
Hi -
How can I control the "Hint" font face? The form has two fields (Email Address & Postal Code).
I've tried this custom CSS but it has no effect.
<style type="text/css">
.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField
{
color:#444444 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
</style>
Thanks for any info!
- Jim