Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have an overlay header in Capital, that shows the header as a white block when moving the mouse across that area. Is there a way to stop that from happening and keep the image underneath from dissappearing?
Solved! Go to the solution
This is an accepted solution.
Hi @Michele113,
Go to Assets > section-header.min.css and paste this at the bottom of the file:
@media (min-width: 721px) {
.main-header.is-fullbleed:hover {
background-color: transparent !important;
box-shadow: none !important;
}
}
Hope it helps!
Yes, perhaps through custom coding. You can share your website link for other community members to contribute, or consider to hire a web developeur.
This is an accepted solution.
Hi @Michele113,
Go to Assets > section-header.min.css and paste this at the bottom of the file:
@media (min-width: 721px) {
.main-header.is-fullbleed:hover {
background-color: transparent !important;
box-shadow: none !important;
}
}
Hope it helps!
That worked, thank you! Love that it could go under the minified code.
Hi @Michele113,
<style>
.main-header.is-fullbleed:hover {
background-color: transparent !important;
box-shadow: none;
}
</style>
You need to add the above code to your theme.liquid file just before the </head> tag
Hope it'll help, please accept this answer as solution if you find this helpful
All the best,
CedCommerce
With this code the image stayed but the header language disappeared. Does it go above or below </head>?
Hi @Michele113,
It will be added above </head>
Hope it helps!
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