How to remove the connexion button from a mobile drawer menu?

Solved

How to remove the connexion button from a mobile drawer menu?

rydergames
Tourist
6 0 2

Hello, could anyone help me to remove the connexion bouton on the mobile drawer menu ?

 

It's disabled on the shopify settings but it still appears on the aurora theme.

Capture d'écran 2024-03-14 121413.png

Accepted Solution (1)
Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
.drawer-menu__settings .drawer-menu__account-link {
display: none !important;
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 7 (7)

Hardik29418
Shopify Partner
2913 419 1081

Hello,

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
rydergames
Tourist
6 0 2

Hello, thank you 🙂

 

Here is the website url : https://yaquagames.com/

And the password : opalawi

Hardik29418
Shopify Partner
2913 419 1081

@rydergames  On which page the menu is ? Can you please highlight it?

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
rydergames
Tourist
6 0 2

It's on the mobile drawer menu it doesn't appear on desktop

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>

<style>
.drawer-menu__settings .drawer-menu__account-link {
display: none !important;
}
</style>

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
rydergames
Tourist
6 0 2

Perfect it worked, thank you very much !

 

PageFly-Oliver
Shopify Partner
878 190 180

Hi @rydergames ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
a[href*='/cart']{
display:none
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.