Change Color of cart Icon - Streamline Theme

How Can I change the color of the cart icon to white on the streamline theme.

website - provengrit.us

Hi @ProvenGrit

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:

a.site-nav__link.site-nav__link–icon.site-nav__link–cart.js-drawer-open-cart.js-no-transition { background: none !important;}

Regards,

San

Hey @ProvenGrit

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

Moeed_0-1688790925114.png

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi, I want to change the color of the cart to white so that the background blue circle(see attached image ) stays

Hi, I want to change the color of the cart to white so that the background blue circle(see attached image ) stays

Hey @ProvenGrit

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi. Thanks for trying, however this did not work.

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.cart-link svg { color: #fff; }