How can I remove the underline on hover on the debut theme?

I am having some trouble removing the underline from the navigation bar. I don’t want the underlines on hover or not on hover. I tried using this code

.site-nav__link–active .site-nav__label {
border-bottom: none;

}
But that only removed the underline from the home button and nothing else.
www.jadoredbyjody.com

2 Likes

@jfranklyn

Please add the following code at the bottom of your assets/theme.css file.

.site-nav__label{
border-bottom: 0px !important;
}

Hope this works.

Thanks!

2 Likes

that worked! thanks a lot.

1 Like

That worked great. Thanks!!

this issue with my theme I have no asset file with this name for theme. Im using default version

hey,

this code works great in the desktop
while i move to mobile view the underline still appears