Upload Favicon to Store

Estimated reading: 1 minute 106 views

Step 1: Log into your Shopify and then Click on Online Store. If you don’t see any Online Store from the admin sidebar, please click on Search field and search for Online Store

Step 2: Click on Customize button of the theme that You’re customizing

Step 3: Navigate to Settings -> Favicon and then upload your Favicon

If You don’t see any Favicon setting on this area, please try these steps to resolve it:

Step 1: Click on the Horizontal Three Dot Icon -> Edit Code

Step 2: Search for settings_schema.json

Step 3: Paste the following code to this file, it should looks like the following screenshot

  {
    "name": "Favicon Setting",
    "settings": [
      {
        "type": "image_picker",
        "id": "favicon",
        "label": "Favicon",
        "info": "Will be scaled down to 32 x 32px"
      }
    ]
  }

Step 4: Click on Save button on the top-right corner

Step 5: Back to the Customize tab and refresh the site, You will see the Favicon setting after that

Share this Doc

Upload Favicon to Store

Or copy link

CONTENTS