Telephone number and email address in the header of shopify site store

Hello community members,

I’d like to add the phone number together with an icon plus the email address with an icon in the header of my Shopify’s store.

Thank You!

Bill B

  1. In the left sidebar, navigate to the “Sections” folder and click to open it.
  2. Look for the file named “header.liquid” and click on it to open it in the code editor.
  3. Inside the “header.liquid” file, find the HTML code responsible for displaying the header section. This code usually starts with <header> or <div id="header">.
  4. To add the phone number, insert the following code snippet within the appropriate place in the header code:

  
    
    YOUR_PHONE_NUMBER
  

​

To add the email address, insert the following code snippet within the appropriate place in the header code:


  [
    
    YOUR_EMAIL_ADDRESS
  ](mailto:YOUR_EMAIL_ADDRESS)

Hello there,

I wish to thank you for providing a reply to my header concerns yesterday. In reply, I must tell you I tried to search for the lines where I should fit in the codes, unfortunately, I couldn’t as the word “header” appears all over the files. At this point, I would be reluctant to place them in the wrong sports where I could cause damages to the files.

Your further help is appreciated.

Thanks!

Bill Bebawi

1 Like