NZA
1
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.
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!
@NZA
Please add the following code at the bottom of your assets/theme.css file.
.Header__LinkSpacer {display: none !important;}
Thanks!
1 Like
@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;
}
1 Like
NZA
4
Thank you that worked, it revomed the animation completely but i can live with that.
1 Like