Change Icon cart Color

Solved

Change Icon cart Color

ReviveShop
Explorer
49 0 26

I need to change the icon cart color to white. Anyone can help me out?

 

https://luviera.store/ 

 

password: bautso

Accepted Solution (1)

Tech_Coding
Shopify Partner
333 91 82

This is an accepted solution.

Hello @ReviveShop 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  #cart-icon-bubble svg path {
     fill: #fff !important;
   }
</style>

Tech_Coding_0-1726054597956.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
333 91 82

This is an accepted solution.

Hello @ReviveShop 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  #cart-icon-bubble svg path {
     fill: #fff !important;
   }
</style>

Tech_Coding_0-1726054597956.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.