How Can I change the color of the cart icon to white on the streamline theme.
website - provengrit.us
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:
![]()
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
Hey @ProvenGrit
Follow these Steps:
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; }