How do i remove the account icon from header?

My website is shwazzy.com and i wanted to hide the icon in the header so that the logo looks centered on mobile.

Hi @itshector10 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css Add the provided code at the end of the file.

[aria-label="Log In"] .icon {
    display: none !important;
}

Thank you!