Shopify themes, liquid, logos, and UX
Hi guys,
I would like to remove the header from the menu drawer. Could anyone help me?
I use the Dawn theme.
miyucollective.com
Solved! Go to the solution
This is an accepted solution.
If you mean to make the drawer appear on top of the header, here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
#menu-drawer {
position: fixed;
top: 0;
}
@media screen and (max-width: 749px) {
#menu-drawer {
width: 80%;
}
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Hi @Nienke_pr,
Could you please clarify what you mean by removing the header from the menu drawer? This information would greatly assist us in providing you with the necessary support.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
I hope the photo helps. When I open the menu drawer I would like to delete the header
For desktop and mobile
This is an accepted solution.
If you mean to make the drawer appear on top of the header, here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
#menu-drawer {
position: fixed;
top: 0;
}
@media screen and (max-width: 749px) {
#menu-drawer {
width: 80%;
}
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thanks! And is it also possible to remove the header on the left when the menu drawer is open as shown in my picture?
Unfortunately, since the drawer is part of the header, removing the header will also result in the drawer being removed. Can we do any other customization for you?
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024