Can someone please help me with changing the look of the account logo on the new Tinker theme? I like the way it looks without being logged in. But when logged in, the appearance is terrible and boring (see attached). It turns into this grey circle with an initial in the middle of it. Is there any way to keep the “logged in” icon the same as when no one is logged in? If not, is there anyway to make it smaller, maybe make the grey background transparent where it is just a letter? I am open to suggestions, but I do not love this current look lol.
The grey circle with the initial is Shopify’s default avatar for logged-in users, and unfortunately, the Tinker theme doesn’t offer built-in settings to change it. However, you can customize it with CSS. To keep the icon consistent with the logged-out version, you can either hide the avatar and show the same icon using a pseudo-element or replace it with a custom SVG. If you’d rather just style it, you can use CSS to reduce the size, remove the background, and show only the letter.
Thanks so much for getting back to me. I know this will require custom CSS. Can you give me the steps in order to keep the icon consistent with the logged-out version? How do I hide the avatar while keeping the original account icon? That would be the choice I would like the most, thank you again!