Cart icon not appearing, Impulse theme

My store’s cart icon does not appear on my header, I am using the impulse theme.

Hi @jj5 ,

Please send the website link, I will check it for you

Hi @jj5 ,

In this case, I’d like to provide you with a solution and I hope it works:

Please go to your Online store > Theme > Edit code > Open your assets/base.css theme file > Add the following code at the end of the file:

.header-item.header__icons *{
fill: #000000 !important;
}

I hope my answer is hepful to you,

Liz

https://www.pettigrew-usa.com/

Hi @jj5 ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

a.hide.site-nav__link.site-nav__link--icon {
    display: inline-block !important;
}

Thank you very much! this is working now

Hi @jj5 ,

You’re welcome and happy to help :blush: