Re: change cart icon

How can I change the cart icon on the ride template?

ScarlettVapes
Visitor
1 0 0

I would like to change my cart icon on the ride template how do I do this

Reply 1 (1)

NomtechSolution
Astronaut
1245 113 153
  1. In the left-hand sidebar, under the "Sections" or "Snippets" folder, look for a file called header.liquid, header.liquid, or something similar. This file contains the code for the header section of your theme.

 

<a href="/cart" class="cart-icon">
  <i class="fa fa-shopping-cart"></i>
</a>
​