All things Shopify and commerce
Hello, how can I use google font icons in my main menu instead of using emoji's? I'm using DAWN Theme: Glow Curtain: 400 LED-lampjes voor een magische sfeer – InteriorGlows
Solved! Go to the solution
This is an accepted solution.
Hi,
Hope this will help
- Add Google Material Icons to Your Store
Code example for head section
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- Find Where Mobile Menu Items Are
- Insert Icons Next to Menu Links
- Pick Different Icons for Different Menu Items
Code example
{% if link.title == 'Home' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">home</span>
{% elsif link.title == 'Shop' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">shopping_bag</span>
{% elsif link.title == 'Contact' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">mail</span>
{% endif %}
{{ link.title }}
This is an accepted solution.
Hi,
Hope this will help
- Add Google Material Icons to Your Store
Code example for head section
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- Find Where Mobile Menu Items Are
- Insert Icons Next to Menu Links
- Pick Different Icons for Different Menu Items
Code example
{% if link.title == 'Home' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">home</span>
{% elsif link.title == 'Shop' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">shopping_bag</span>
{% elsif link.title == 'Contact' %}
<span class="material-icons" style="font-size:20px;vertical-align:middle;">mail</span>
{% endif %}
{{ link.title }}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025