Hi,
I tried to change the notification email font in the helper-functions.php to have this email be in arial font, but it does not seem to have worked.
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
style="font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px;text-align:left">'."\n";
to
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
style="font-family:Arial;font-size:12px;text-align:left">'."\n";
Can you help?
Thanks,
Tania