How can I remove the underline on my text links?

A newer version of this information can be found at Using CSS to change the styling of div and text elements on a site.

To remove the underline for all links on your site, please enter the following CSS in Site > Settings > "SEO / HTML" tab > "Edit HTML Head Content" area:
<style>a{text-decoration: none !important;}</style>

We always like to make sure to include this warning: When adding css or javascript to change the design or behavior of the site, please keep in mind that underlying html may change as new features are introduced to the system. We do not recommend or support doing so. Any changes you make here could be broken at any time without warning.