Shopify themes, liquid, logos, and UX
I want the header to be white like the mega-menu below, as shown here.
Other than that id like to remove the soft shadow around the mega-menu dropdown as show below
Solved! Go to the solution
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
#HeaderWrapper, #HeaderWrapper .site-nav > *, #HeaderWrapper .site-nav__icons > svg {
transition: 0.5s;
}
#HeaderWrapper:hover {
background-color: #ffffff;
}
#HeaderWrapper:hover .site-nav > *, #HeaderWrapper:hover .site-nav__icons > svg {
color: #000000;
}
.site-nav__dropdown {
box-shadow: none;
}
</style>
@EmilSinding Please provide website url.
adamocph.com
pass: sinding
adamocph.com uses an unsupported protocol.
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
#HeaderWrapper, #HeaderWrapper .site-nav > *, #HeaderWrapper .site-nav__icons > svg {
transition: 0.5s;
}
#HeaderWrapper:hover {
background-color: #ffffff;
}
#HeaderWrapper:hover .site-nav > *, #HeaderWrapper:hover .site-nav__icons > svg {
color: #000000;
}
.site-nav__dropdown {
box-shadow: none;
}
</style>
Thank you so much, we are getting there, but there is some kind of gradient or shadow making it look wierd. I think its the same shadow that i want removed from the megamenu.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025