Someone please help to remove the underline when hovering over footer menus in debut theme please ?
1 Like
Hello @sel9 ,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.site-footer__linklist-item a:hover {
border-bottom: none;
}
1 Like
It still doesnt work. The underline still shows over hovering
1 Like
@sel9 ,
Can you please share your store url
https://cntrl-goods.myshopify.com/admin/themes/100547395746/editor
password : cntrl
email : exports@seyonfashions.com
@sel9 ,
Please try below css
.site-footer__content .site-footer__linklist-item a:hover {
border-bottom: none;
}
3 Likes
Thanks alot that worked just fine.
@oscprofessional Can you please help us remove the underline on our collections link on our landing page (cat & dog)?
Neonpaws.co
password: neonpaws
@oscprofessional Thank you for the assistance with that. It worked perfect.
this does not work
same