i would change login icon on the text “LOG IN”
Its code what i found, but it is on cart
.header__icons a#cart-icon-bubble { position: relative; } .header__icons a#cart-icon-bubble svg { opacity: 0; width: 60px !important; } .header__icons a#cart-icon-bubble:before { position: relative; content: 'CART'; } .header__icons a#cart-icon-bubble .cart-count-bubble { left: auto; right: 0px; } .header__icons a#cart-icon-bubble { text-decoration: none; }