Removing header from menu drawer DAWN THEME

Removing header from menu drawer DAWN THEME

Nienke_pr
Excursionist
28 0 5

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! 

NienkeIMG_3671.jpeg

Replies 6 (6)

MaverickStudio
Shopify Partner
101 32 35

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 🙂

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

Nienke_pr
Excursionist
28 0 5

Gideon11
Shopify Partner
46 5 5

Hi @Nienke_pr
1. Go to customize your theme;

Screenshot 2024-07-22 212720.png 

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

Screenshot 2024-07-22 212838.png

3. 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;
}

 

4. Save and test the feature

 

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

Nienke_pr
Excursionist
28 0 5

Hi thanks! 

If i try it Shopify does not want to save itIMG_3674.jpeg

Gideon11
Shopify Partner
46 5 5

.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

Gideon11
Shopify Partner
46 5 5

 

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

 

 

This is correct