Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
Solved! Go to the solution
This is an accepted solution.
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.
This is an accepted solution.
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.