Hide user login icon in header - GreatMag
Use this to hide the login icon from the header in GreatMag:
.auth-social-nav li:first-of-type { display: none; }
INFO: This is a CSS snippet. If you don't have a child theme or don't know how to use one, we recommend that you add this snippet in Customize > Additional CSS.