Here is a Shopify tutorial on how to add a favicon to your Shopify store. We will discuss two methods:
- Add favicon using theme settings
- Add favicon using custom code in theme.liquid
Add favicon using theme settings:
- Go to Shopify admin > Online store > Themes.
- Click on the customize button and select theme settings option from the left menu.
- Select Logo option.
- Go to the favicon section.
- Upload the favicon and click on the save button.
Add favicon using custom code in theme.liquid:
- Go to Shopify admin > Online store > themes.
- Click on more options & select edit code.
- Open the theme.liquid file.
- In the head section, add the following code line:
<link rel="icon" href="[your favicon url]" type="image/x-icon">
The demo of the above methods is shown in the video below:
Click here to subscribe to our YouTube channel.
Also, check out our other video based on setting Global Custom CSS using theme settings options:
Links for our other useful Shopify tutorial videos: