Removing header from menu drawer DAWN THEME

Hi guys,

I would like to remove the header on the menu drawer. When I click on the menu on the side it shows the header but I would like it to blend it in with the black color. Can anyone help me?

Thanks!

Nienke

Hi @Nienke_pr ,

Welcome to the community Nienke! Could you please send the store url so we can have a look? If it is a development store then do provide the password as well :slightly_smiling_face:

Hi @Nienke_pr ,

  1. Go to customize your theme;

  1. Click on Header and scroll to the bottom then click Custom CSS

  1. Copy and paste the following code, make sure to replace the #ffffff with the specific hex code for the black you want.
.header-wrapper:has(details[open]) {
  //Replace #ffffff with your desired shade of black
  background-color: #ffffff;
}
  1. Save and test the feature

  2. If this worked for you, make as solution to help other merchants.

Hi thanks!

If i try it Shopify does not want to save it

Hi!

https://miyucollective.com

.header-wrapper:has(details[open]) {
/* Replace #ffffff with your desired shade of black */
background-color: #ffffff;
}

Hello, replace with code with the above

Please mark as solution if it worked for you

.header-wrapper:has(details[open]) {
/* Replace #ffffff with your desired shade of black */
background-color: #ffffff;
}

This is correct