Hello, i would like to remove the log in section on my menu drawer:
my website is www.antico-abito.com , theme is dawn
Hello, i would like to remove the log in section on my menu drawer:
my website is www.antico-abito.com , theme is dawn
Hey @ads18922
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donāt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can remove the āLog inā section from your menu drawer by disabling the customer account from the settings.
Disable Customer Accounts
is there a way to remove that whole grey section, including the language and social media icons
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;
}
Hi @ads18922
Do you mean to remove everything on the below menu drawer? if it is check this one.
.menu-drawer__navigation-container .menu-drawer__utility-links {
display: none;
}
Please donāt forget to Like and Mark Solution to the post that helped you. Thanks!
Welcome! Would you mind hitting ālikeā as well? Thanks!