Shopify themes, liquid, logos, and UX
The icons (specifically, the minus and add icons) appear bigger than what it's supposed to look like.
How do I change the size? I don't know where to find the correct file to change it. Here is the link to the site:
https://bagsinthecitymanila.com/ (under the products)
Solved! Go to the solution
This is an accepted solution.
Hi @tinee 👋 looks like some styles may be missing from that theme.
Use a custom css setting and start with this tailoring to need:
.quantity__button svg {
width: 1rem;
pointer-events: none;
}
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
If there are other odd things on your site you may need to repair your theme either by a file-rollback
Or transplanting a file such as base.css from a unmodifed install of the theme to the broken theme.
If you need theme repair services, or customization then contact me for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Hi @tinee 👋 looks like some styles may be missing from that theme.
Use a custom css setting and start with this tailoring to need:
.quantity__button svg {
width: 1rem;
pointer-events: none;
}
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
If there are other odd things on your site you may need to repair your theme either by a file-rollback
Or transplanting a file such as base.css from a unmodifed install of the theme to the broken theme.
If you need theme repair services, or customization then contact me for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi Tinee
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.quantity__button svg {
width: 1rem !important;
}
Result:
Best,
Liz
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