Shopify themes, liquid, logos, and UX
I have a header with a dropdown menu, and I'm trying to make the dropdown menu transparent to match the header's appearance seamlessly.
Here's a brief description of what I'm aiming for:
Solved! Go to the solution
This is an accepted solution.
Use this if you want to change border of sub menu too
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: solid #EDE6D6 1px!important
}
</style>
Or remove border:
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: 0!important
}
</style>
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Are you meaning all of header is transparent only when hover?
If true, you can try this:
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: 0!important
}
.header.header--layout-logo-center-nav-below.header--has-logo.header--transparent.header--has-transparent-logo.header--navigation-is-all-caps:hover {
background: transparent!important;
}
</style>
Here is result:
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Can you share password to enter your store? So we can firgure out problems
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
whoops! sorry.. my bad!
it's Narre_3805
Got it. You can try this way:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
}
</style>
Here is result:
Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Use this if you want to change border of sub menu too
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: solid #EDE6D6 1px!important
}
</style>
Or remove border:
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: 0!important
}
</style>
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Thanks for that! Is it possible to incorporate the transparency even when you hover? Also the dropdown has a border.. how can I remove the (green) border. Make the Header and dropdown transparent but keeping the font and font colours the same.
Thanks so much!
This is an accepted solution.
Are you meaning all of header is transparent only when hover?
If true, you can try this:
<style>
.navigation__submenu-list {
background: transparent!important;
color: #EDE6D6!important;
border: 0!important
}
.header.header--layout-logo-center-nav-below.header--has-logo.header--transparent.header--has-transparent-logo.header--navigation-is-all-caps:hover {
background: transparent!important;
}
</style>
Here is result:
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
That worked beautifully!! Thank you sooo much!
I'm so sorry to ask you... but is it possible to do the same for mobile viewing as well?
are you looking for something like this in mobile.
Youre welcome. Have a good day!
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hello @adimenon
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code at the end of the file.
.navigation__submenu-list {
background: transparent !important;
color: beige !important;
border: 2px solid beige;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for that! Is it possible to incorporate the transparency even when you hover? Also the dropdown has a border.. how can I remove the (green) border. Make the Header and dropdown transparent but keeping the font and font colours the same.
Thanks again!
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