Shopify themes, liquid, logos, and UX
looking to copy the same menu links footer style (hovering effect)
to replace the underline effect in header menu
thanks in advance!
website - https://the-style-luxe.myshopify.com/
password - reucho
Solved! Go to the solution
This is an accepted solution.
Hi @hasanali1 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for the 1 solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
a.header__menu-item.list-menu__item.link.link--text.focus-inset:hover > span {
text-decoration: unset ;
}
summary.header__menu-item.list-menu__item.link.focus-inset:hover > span {
text-decoration: unset !important;
}
a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large:hover {
color: white !important
}
main#MainContent {
z-index: 1;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
This is an accepted solution.
Hi @hasanali1 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for the 1 solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
a.header__menu-item.list-menu__item.link.link--text.focus-inset:hover > span {
text-decoration: unset ;
}
summary.header__menu-item.list-menu__item.link.focus-inset:hover > span {
text-decoration: unset !important;
}
a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large:hover {
color: white !important
}
main#MainContent {
z-index: 1;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
thank you so much!!
one more thing, the submenu active effect is underlined
can we get rid of it ?
You can add this code to theme.liquid:
<style>
a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
text-decoration: unset;
}
details[open]>.header__menu-item {
text-decoration: unset !important;
}
</style>
User | RANK |
---|---|
64 | |
60 | |
58 | |
48 | |
44 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023