Debut Theme delete Footer Link hover underline

How can i delete the hover underline on the footer?

i have tried out this:

.site-footer__linklist-item a:hover {
    border-bottom: none;
}

but its not working.

the site is: roombles.live

Thanks

HI, @Roombles ,

paste this code in theme.css file

ul.site-footer__linklist.list--inline li a:hover{
    bortder-bottom:none! important;
}

Thank You!

Thank you @Zworthkey

I tried but it seems its not working :disappointed_face:

The line is still there

Best

@Roombles ,
where are you adding this code??

@Zworthkey i put them in

theme.css.liquid

Send Me Screenshot.

ok let me check.

Hi, @Roombles
Add This Code in Theme.css file.

li.site-footer__linklist-item a:hover {
    border-bottom: none !important;
}

Thank You!

this does not work

this does not work.