Shopify themes, liquid, logos, and UX
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 🙂
♥ 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
Hi @Nienke_pr,
1. Go to customize your theme;
2. Click on Header and scroll to the bottom then click Custom CSS
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.
Hi thanks!
If i try it Shopify does not want to save it
.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
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