Why isn't my SVG icon visible on mobile?

Hello, I have tried changing my cart icon bur when I go on my website on my phone the icon does not display, however, when I inspect the icon in mobile view on my computer it is there. Can anyone help me with this?


Could you share your store URL and password to view your store?

www.tydejewellery.com

pw: chester

Please add this CSS code to solve the issue with your svg icon

.header__icon--cart {
align-items: initial !important;
}

great it worked!! thank you

Happy I could help

where are we putting this code?

Hi @RollingBeetle

Because I don’t know what your theme’s css file so you can put it in your theme.liquid file before tag in your Online store > Themes > Edit code