How to remove the lines under the navigation links on the header - DEBUT THEME

Hi there,

I would like to remove the lines under the navigation links on the header - see picture below

URL is healhana.com.

Thanks!

Hi there,

Pls share store URL

Thanks

@healhana

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

.site-nav__link--active .site-nav__label {
    border-bottom-color: transparent !important;
}

Hope this works.

Thanks!

1 Like

Amazing it worked, thank you!