Re: Removing header from menu drawer

Solved

Removing header from menu drawer

Nienke_pr
Tourist
20 0 1

Hi guys,

 

I would like to remove the header from the menu drawer. Could anyone help me?
I use the Dawn theme.

 

miyucollective.com

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
1902 546 634

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

BSSTekLabs_0-1722163354421.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

View solution in original post

Replies 6 (6)

BSS-TekLabs
Shopify Partner
1902 546 634

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.

 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

Nienke_pr
Tourist
20 0 1

IMG_3712.jpegI hope the photo helps. When I open the menu drawer I would like to delete the header

Nienke_pr
Tourist
20 0 1

For desktop and mobile

BSS-TekLabs
Shopify Partner
1902 546 634

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

BSSTekLabs_0-1722163354421.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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

Nienke_pr
Tourist
20 0 1

Thanks! And is it also possible to remove the header on the left when the menu drawer is open as shown in my picture?

BSS-TekLabs
Shopify Partner
1902 546 634

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?

 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

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