How can I change the login icon on my website text?

Topic summary

A user wants to replace the login icon with text displaying \

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

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; }

Hey, just to understand, do you want instead of the icon to show “log in” text?