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
Hey,
that's pretty weird but, the trash bin icon you click to remove an item from cart is pretty hard to land on on mobile,
Is it possible to resize it to make it just a tiny bit smaller so it's not hard to click?
I'm using iphone. Dawn theme. You can try it yourself, my site is bedsights.com password is nohphu
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Oneg
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag
<style>
.header .header__icon--cart svg { height: 48px; width: 44px; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @Oneg
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after <head> tag
<style>
.header .header__icon--cart svg { height: 48px; width: 44px; }
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
That didn't do anything actually
Did you add code and reload your page on mobile for checking?
The issue is your SVG cart icon overlaps the delete product icon.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Now that you clarified what the goal was i understand what you were trying to do. That solved it, thank you champ!
Happy I could help 😉!
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.