Skip to content

Instantly share code, notes, and snippets.

@megub
Created June 16, 2015 18:40
Show Gist options
  • Save megub/cf0cbc2b7d918524fae1 to your computer and use it in GitHub Desktop.
Save megub/cf0cbc2b7d918524fae1 to your computer and use it in GitHub Desktop.
Remove Text Link Underline
<style>
div.lp-pom-root .lp-pom-text a {
text-decoration: none;
}
</style>
@LiliaCindyFerreira
Copy link

div.lp-pom-root, .lp-pom-text a {
text-decoration: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment