How can I remove the login button from my website?

hi everyone

is it possible to delete this icon for log in?

www.gallerychristian.com

password: Christianshop123

thanks

Hi @christian_russo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-menu-drawer.css->paste below code at the bottom of the file:
.menu-drawer__utility-links {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

thanks!