Debut Theme delete Footer Link hover underline

Roombles
Tourist
10 0 0

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  

Replies 10 (10)

Zworthkey
Shopify Partner
5581 642 1569

HI, @Roombles ,

paste this code in  theme.css file

 

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

 

Thank You!

Roombles
Tourist
10 0 0

Thank you @Zworthkey 

I tried but it seems its not working 😞

picturepicture

The line is still there

Best

Zworthkey
Shopify Partner
5581 642 1569

@Roombles ,
where are you adding this code??

Roombles
Tourist
10 0 0

@Zworthkey  i put them in 

theme.css.liquid

Zworthkey
Shopify Partner
5581 642 1569

Send Me Screenshot.

Roombles
Tourist
10 0 0

Bildschirmfoto 2021-08-06 um 14.12.50.png

Zworthkey
Shopify Partner
5581 642 1569

ok let me check.

Zworthkey
Shopify Partner
5581 642 1569

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

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

Thank You!

storm3
New Member
7 0 0

this does not work.

storm3
New Member
7 0 0

this does not work