Solved

Removing underline hover effect navigation (Uneox template)

Haan
Explorer
64 0 21

Hi,

I am using the Uneox template and want the underline removed from the navigation, hover included. Hope someone can help. I have tried several solutions but nothing works

creativestate.myshopify.com

Screenshot 2021-10-21 at 14.05.01.png

 

Thank you in advance!

Regards Haan

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Haan 

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file. 

 

.site-nav__link .site-nav__title::before {
    position: relative !important;
}
span.site-nav__title::before {
    height: 0px !important;
}

 

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

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @Haan 
Paste this code on top of the theme.scss file.

.site-nav__link .site-nav__title::before {
    position: relative !important;
}
span.site-nav__title::before {
    height: 0px !important;
}

Thank You.

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@Haan 

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file. 

 

.site-nav__link .site-nav__title::before {
    position: relative !important;
}
span.site-nav__title::before {
    height: 0px !important;
}

 

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

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @Haan 
Paste this code on top of the theme.scss file.

.site-nav__link .site-nav__title::before {
    position: relative !important;
}
span.site-nav__title::before {
    height: 0px !important;
}

Thank You.