Solved

Why are my Shopify store icons not displaying correctly?

VPS1
Visitor
2 0 0

The icons on my store, including shopping cart icon, account icon, and directional arrows are not loading correctly. We've made no major changes to the site that I can think of that caused this.

Site is : https://victorypetsupplies.com/

Any help appreciated.

Accepted Solution (1)

Michael_Pink
Shopify Partner
446 77 107

This is an accepted solution.

Hi @VPS1 
Thank you for your question.
The reason is your theme does not load the FontAwesome 5.
try to get a link on this page and add to your theme: https://cdnjs.com/libraries/font-awesome

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com

View solution in original post

Replies 3 (3)

Michael_Pink
Shopify Partner
446 77 107

This is an accepted solution.

Hi @VPS1 
Thank you for your question.
The reason is your theme does not load the FontAwesome 5.
try to get a link on this page and add to your theme: https://cdnjs.com/libraries/font-awesome

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com
pvmota98
Visitor
1 0 0

how do i add it to the theme?

Michael_Pink
Shopify Partner
446 77 107

Hi @pvmota98 follow this path: theme => Edit code => theme.liquid
and add this code above the </head> tag:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com