Why does my cart icon disappear on the mobile version of my site?

I changed the cart icon to another SVG file, which looks beautiful on my desktop site but as soon as I click on the mobile version it pretty much disappears. Please help I am trying to launch ASAP!

www.packedusa.com

passcode: PackedUSA

Hi @PackedUSA ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 749px){
	.site-header__icons .site-header__cart{
		padding: 0px !important;
		width: 20px !important;
		height: 20px !important;
	}
}

Hope it helps!

Thank you so much it worked perfectly!

Hi @PackedUSA ,

If you have any difficulty, you can contact me :slightly_smiling_face:

Happy to help you