Skip to content

Instantly share code, notes, and snippets.

@GaryUnbounce
Created February 18, 2014 22:49
Show Gist options
  • Save GaryUnbounce/9082103 to your computer and use it in GitHub Desktop.
Save GaryUnbounce/9082103 to your computer and use it in GitHub Desktop.
Remove the underline from text links
<style type="text/css">
#lp-pom-root .lp-pom-text a:link {text-decoration: none}
#lp-pom-root .lp-pom-text a:visited {text-decoration: none}
#lp-pom-root .lp-pom-text a:active {text-decoration: none}
#lp-pom-root .lp-pom-text a:hover {text-decoration: none}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment