Struggling to remove underline from hyperlinks in DEBUT theme

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!

@danielanaidu

plz share store url

@Ahsan_ANC the website is not live yet

what information are you looking for?

you can send the store preview link in DM

sent. thank you.

here is the code that is making this underline. very hard to find

theme.css line number 1405

for hover line numbers 1422 and 1423. you can edit or remove them.

Thank you very much. I will try it later today!