Short answer:
Add style="text-decoration:none" to your link in the HTML source to remove the underline.
You can remove the underline from email links to match your company’s style guide.
To do this, add style="text-decoration:none" directly in the HTML source of the link.
Note: This must be added in the HTML source, not in the visual editor.
<a href="mailto:((Email))" style="text-decoration:none">((Email))</a>
If you need help, contact us via live chat, and we can assist you.
