Solved

Removing Underlines in Header Titles Prestige

NZA
Shopify Partner
128 12 34

Good day,  I recently got the new version of prestige from a friend and the theme had these weird lines under the Titles in the header.

Please check picture below.

donutsole.hu Header.png

 

Can someone help me remove them ? Ususally they don't show up unless you hover on top of the title then they appear dynamically witht the dropdowns 

Store url: https://donutsole-hu.myshopify.com/

Password: twilye

 

Thank you in advance!

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@NZA 

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

.Header__LinkSpacer {display: none !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

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

@NZA 

Please Go to Online Store -> Themes -> Edit code -> Assets -> theme.scss.liquid and paste this code at the end of this file.

.HorizontalList__Item.is-active .Header__LinkSpacer {
display: none;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 3 (3)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@NZA 

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

.Header__LinkSpacer {display: none !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
NZA
Shopify Partner
128 12 34

Thank you that worked, it revomed the animation completely but i can live with that.

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

@NZA 

Please Go to Online Store -> Themes -> Edit code -> Assets -> theme.scss.liquid and paste this code at the end of this file.

.HorizontalList__Item.is-active .Header__LinkSpacer {
display: none;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email