Solved

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

healhana
Explorer
63 0 22

Hi there,

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

Screenshot 2021-04-26 at 15.33.21.png

URL is healhana.com.

Thanks!

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 3 (3)

satsinghrana
Shopify Partner
331 19 41

Hi there,

Pls share store URL

Thanks

banned

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
healhana
Explorer
63 0 22

Amazing it worked, thank you!