(iTD) Posted April 19, 2012 Share Posted April 19, 2012 I am running version 5.0.3. In Setup > Global Settings, under the Mail tab is: Global Email CSS Styling. I don't think I am using this correctly, as the resulting emails from my WHMCS do not contain the stylings I have entered there. All I want to do is change the font. Here's everything I have in that field: *, body, td { font-family: verdana; font-size:12px; font-weight: normal; } a { color: #0000ff; } When emails arrive, the font is a default Times New Roman, and not the Verdana I have showing above. What have I done wrong? Thanks, --Kevin 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted April 20, 2012 Share Posted April 20, 2012 remove *, just body, td { font-family: verdana; font-size:12px; font-weight: normal; } a { color: #0000ff; } 0 Quote Link to comment Share on other sites More sharing options...
(iTD) Posted May 1, 2012 Author Share Posted May 1, 2012 Thanks . I ended up building some tables to make the emails look nicer and applied the css there instead. I will go and get rid of the *, to make sure the code stays clean. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.