Css code that controls external link

How would I remove the underlines in the external link via loqseq’s css
I tried the code below in my custom.css, but it didn’t work.
Would anyone know what I need to target?
Thanks in advance

a.external-link {
    text-decoration: none ;
}

Try
border-bottom: none

1 Like