Shopify themes, liquid, logos, and UX
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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025