user27805
6
Q:

remove styling from a tag

 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
25
a { color: inherit; } 
1

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
0

New to Communities?

Join the community