Answers for "change link to color white and remove underline"

CSS
2

remove color and underline from link css

a {
  text-decoration: none;
  /*you can add your own color with : color: #FFF;*/
}
Posted by: Guest on October-16-2021

Code answers related to "change link to color white and remove underline"

Browse Popular Code Answers by Language