All things Shopify and commerce
Hi!
I'm using the Dawn theme with a transparent header and I noticed that it also kind of turned the navigation menu drawer transparent too... it shows just when I scroll down on page. Other wise, the drawer opens and I can see that navigation is there but is kind of white/transparent. Is there any code that can help me with that? I want it to be visible even when the header is transparent.
Hi @naydeam
Could you share your store URL?
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Yes.
It's naydeam.shop
Please add this code to theme.liquid file, after <head> and save file
<style>
header.header.header--middle-center.header--mobile-center.page-width.drawer-menu.header--has-menu.header--has-social.header--has-account.transparent * {
color: #fff;
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @naydeam ,
I understand you are looking to make changes in your menu drawer icon, so it will be visible with the transparent header.
Please add the below mentioned code in your theme.liquid file before </body> tag and save.
<style>
.header__icon span {
color: rgb(249 63 1);
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
color: rgb(249 63 1);
}
a#cart-icon-bubble {
color: rgb(249 63 1);
}
</style>
Output will look like this ->
I hope the solution helps you.
Thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025