Solved

How to change the color or Cart Icon on Symmetry theme?

baldeepdhurkot
Shopify Partner
27 0 2

How to change the color or Cart Icon on a Symmetry theme?

Thank You!

Cheers!
Baldeep
Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Hi!

Add this code to the bottom of style.css

.cart-link__icon svg {
  color:#ff0000;
}


The cart icon outline will be Red.

2021-09-24 14_37_34.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 2 (2)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

Hi!

Add this code to the bottom of style.css

.cart-link__icon svg {
  color:#ff0000;
}


The cart icon outline will be Red.

2021-09-24 14_37_34.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
PatrickCook
Explorer
46 0 14

hi. Is it possible to change the cart icon, to a bag icon? 

 

Thanks 🙂