Remove Account Icon Menu Drawer - (Refresh Theme)

Solved
mmmtrading
Tourist
28 0 1

Hello,

 

I would like to remove the account icon and 'Log in' text located at the bottom of the menu drawer on mobile.

 

Is this possible at all?

 

Here is my store for reference:

www.mmmtrading.co.uk

Accepted Solution (1)
GemPages
Shopify Partner
5587 1258 1059

This is an accepted solution.

Hello @mmmtrading 

 

I would like to give you a solution to support you

You can try again with the following code:

 

#menu-drawer .menu-drawer__account{
  display: none !important;
}

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Reply 1 (1)
GemPages
Shopify Partner
5587 1258 1059

This is an accepted solution.

Hello @mmmtrading 

 

I would like to give you a solution to support you

You can try again with the following code:

 

#menu-drawer .menu-drawer__account{
  display: none !important;
}

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center