Remove Log In section in menu drawer, dawn

Solved

Remove Log In section in menu drawer, dawn

ads18922
Pathfinder
168 0 50

Hello, i would like to remove the log in section on my menu drawer:

Screenshot 2025-03-24 at 16.33.46.png

my website is www.antico-abito.com , theme is dawn

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10096 2398 3030

This is an accepted solution.

Hi @ads18922 

Do you mean to remove everything on the below menu drawer? if it is check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.menu-drawer__navigation-container .menu-drawer__utility-links {
    display: none;
}
  • And Save.
  • Result:
  • Made4uoRibe_0-1742840525634.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7335 1989 2424

Hey @ads18922 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__account {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1742834335271.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ads18922
Pathfinder
168 0 50

is there a way to remove that whole grey section, including the language and social media icons

 

Shinerds
Shopify Partner
32 11 41

You can remove the "Log in" section from your menu drawer by disabling the customer account from the settings. 

Disable Customer Accounts

  • Go to Settings > Customer Accounts in your Shopify admin.
  • Uncheck  "Show login links" to turn off login.
  • Save changes. ( it will disable the login from the store )

 

6.png

- We Build Innovating Solutions for a Brighter Future.
- Drop an email if you are looking for quick fix or any customization
- Email: shinenerdsofficial@gmail.com

devcoders
Shopify Partner
1269 150 359

Hello @ads18922 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
display: none;
}

 

devcoders_0-1742835866221.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Made4uo-Ribe
Shopify Partner
10096 2398 3030

This is an accepted solution.

Hi @ads18922 

Do you mean to remove everything on the below menu drawer? if it is check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.menu-drawer__navigation-container .menu-drawer__utility-links {
    display: none;
}
  • And Save.
  • Result:
  • Made4uoRibe_0-1742840525634.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Made4uo-Ribe
Shopify Partner
10096 2398 3030

Welcome! Would you mind hitting 'like' as well? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.