How to make header and dropdown transparent (Stiletto theme)

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:

  • I want the dropdown menu background to be completely transparent.
  • The text within the dropdown menu should remain visible and styled appropriately, preferably in hex EDE6D6

www.okhli.com.au

Can you share password to enter your store? So we can firgure out problems

whoops! sorry.. my bad!

it’s Narre_3805

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

1 Like

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!

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 tag:


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 :heart_eyes:

1 Like

Use this if you want to change border of sub menu too


Or remove border:


1 Like

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!

Are you meaning all of header is transparent only when hover?
If true, you can try this:


Here is result:

1 Like

That worked beautifully!! Thank you sooo much!

1 Like

I’m so sorry to ask you… but is it possible to do the same for mobile viewing as well?

1 Like

Youre welcome. Have a good day!

are you looking for something like this in mobile.