Shopify themes, liquid, logos, and UX
hi!
is it possible to make the menu background transparent and get rid of the black fade?
password: Christianshop123
thanks!
Solved! Go to the solution
This is an accepted solution.
Use this CSS to make the menu drawer transparent
.menu-drawer {
background-color: transparent !important;
}
Use this CSS to remove the background dark overlay
.header__icon--menu[aria-expanded="true"]::before {
background: rgba(var(--color-foreground), 0.0) !important;
}
Cheers!
This is an accepted solution.
Use this CSS to make the menu drawer transparent
.menu-drawer {
background-color: transparent !important;
}
Use this CSS to remove the background dark overlay
.header__icon--menu[aria-expanded="true"]::before {
background: rgba(var(--color-foreground), 0.0) !important;
}
Cheers!
thank you!! is there also a way to make this fade shorter so it doesn't goes over the pictures?
is it also possible to have this on desktop but not on mobile? because now it's like this:
thanks!
Hello! I used this and it works, but now my menu header is still white, could you help me change color of that as well?
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025