Hello @lisatrendy
For remove the login icon on your website following code used for this
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
#swym-inject-header {
display: block !important;
}
.site-header__icon.site-header__account {
display: none;
}
Hope this will work for you
Thanks…