Created
February 18, 2014 22:49
-
-
Save GaryUnbounce/9082103 to your computer and use it in GitHub Desktop.
Remove the underline from text links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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