Hello, I am trying to set up a website
I wanted to add an user account icon on the headbar. So I went to settings, customer accounts and I clicked on the button: Show login link in the header of online store and at checkout. Then I went back to my store on pc and I saw the user account icon on my pc. But when I log in on my mobile I could not find the icon on my header. Why does the icon show on pc width and why does it not show on mobile? Can you help me with this problem?
Whats your website url? witth need to check the code to see why it has display none for the Cust icon
Hello JumpingFox.
My website is not published yet, that is why I cannot send a link. I can send you a picture or I can type the code. You can just tell me which section and code you want to look in. Thank you
do you know how to edit the css file?
I know how to open the sections and if I have copied a code, I just paste it at the right place. I cannot write codes on my own. But I can find the place where you want to check the wrong code.

open the developer tools in your browser, find the CSS name of the customer icon, go to the CSS file and search for the CSS name of the customer icon and you will see a display:none; delete it and save, this should work as long as the name is CSS name is correct.
you have to edit the css file, but first first find the name of the customer icon with the developer tools in your browser
Hello JumpingFox
I have looked at it. I thought you meant open the code using: Edit code in shopify itself. Can I do it there too? Because I never used developer Tools. I always used the shopify editing code method. But I looked it up and I opened Developer Tools. This shows up and now I do not know where to search the icon. Should I go to elements?
Hello JumpingFox
I have looked at the Developer Tools again.
I went to Elements, then to Lay-out, then I scrolled down until I saw: div.header_icons like in the picture. In the picture, you can dee the shopping cart and search bar is taken by the header as an icon, but I cant see if the user account is in that header, because of the developer tools. But I think it is. What do I do now?
Hello everyone. I have find the solution with someone others help. You just need to go to: Edit code, then Assets and then base.css. Then paste this code at the bottom like in the picture:
.header .header__icon–account {
display: flex !important;
}
Now it should work.