83
100
You can add style={{ textDecoration: 'none' }} in your Link component to remove the underline. You can also add more css in the style block e.g. style={{ textDecoration: 'none', color: 'white' }} .
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

83
100
In my case this text with the 'preview-title' and 'preview-slogan' class. I tried set it in app.css. .preview-title, .preview-slogan {. text-decoration: none; } As well i did that to a tag in index.css. a {. text …
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

89
100
The easiest way to remove the underline from a link in React is to use CSS. You can use the `text-decoration` property to remove the underline from your link. …
  • Safe
  • United States
  • Encrypted
  • 26 yrs old
  • 69 Site Rank
  • Report Card

See more