How do I change the login / sign in icon in the header ?

How do I change the login / sign in icon in the header ?

Dawn Theme version 7.0.1

Hi @THUC

We would like to give you a solution below:

  • If you want to change the login/sign-in icon, please find the icon you want and download the SVG file.

  • Open the downloaded SVG file with a text editor, for example, windows notepad.

  • Copy the content inside the downloaded SVG file.

Then, go to Shopify’s theme in admin and select Edit Code:

  • Find the file icon-account.liquid
![view (63).png|546x382](upload://6MkpBZZBiJVrgJtK91dgXip095b.png)
  • Replace the content in the file with the copied content in the SVG. file

  • Add class=“icon icon-account” to the SVG tag as shown in the image “after”

Before

After:

  • Check the change in the store:

view (66).png

I hope that it will work for you.

3 Likes

Hello,

I tried this solution but the icon just disappeared from both the desktop and mobile. any suggestions?

It worked with me. It’s just smaller than the cart icon :confused:

can you tell me how to increase the login icon size for desktop ?