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:
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:
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 where do we put this code?