Out of the Sandbox SVG Mobile Icon Size

On my site theoutdoorshops.com, I am trying to change the mobile icon size. It’s an SVG file and I’m having no luck getting the shopping bag/magnifing glass icons to change size. They are too small on a mobile device. Thanks for advice.

Hi @darlenejhill ,

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

.icon.header__icon {
    height: 2.2rem;
    width: 2.2rem;
}

You can also change it to the size you want.