I have tried to edit theme.css and footer.liquid by changing all instances of:
border-bottom: 1px
to:
border-bottom: 0px
but I still cannot get my hyperlinks to no longer be underlined. This is what they look like now:
I have also tried:
.rte .text-link{ border-bottom:none; }
and:
a { text-decoration: none !important; }
with no success.
I want to have no underline at all. Any suggestions would be greatly appreciated!