Need help with customer account icon on prestige theme

Hey ! i want the customer account icon to show up on the left side of the header (on primary nav) i’m using prestige theme please see the following image

store link - denisclothing.com

PW - dc990

Thanks For Your Help

1 Like

Hi @A13 ,

In order to transfer the account icon you need to edit the HTML and add some styles of it.

If your not familiar with coding then you need a Developer to write the code.

Hi ! Thanks for your reply

Open account page

this is the code that i need to have on my primary navigation but i dont know where to put it inside the shopify’s code editor

Yes, That part but still a lot to edit like the styles and must be clickable also the link.

Hi ! i’ve somehow managed to put the code in the place but the problem now is that the account icon is also showing up in the desktop is there any way i can have it only show up in mobile devices have a look at this picture

1 Like

You can use Media Query, so it will stay on the mobile only.

Example:

@media screen only (min-width: 768px) and (max-width: 1024px) {
.header__icons {
display: none;
}
}

I hope it help.

Hello,

can you help where you put this complete code and if you got a resolution, thank you