How to change the cart icon size please thanks
dawn them pass cheche
A user seeks help resizing the cart icon on their Icone theme Shopify store (hedonismstore.co).
Multiple solutions are proposed:
After implementing Sandeep81’s code, the user reports the cart icon resized successfully but the cart count number disappeared. The user confirms the count was visible before adding the CSS.
Current status: Sandeep81 shares a screenshot showing the cart count is displaying on their end, suggesting the issue may be specific to the user’s implementation. The problem of the missing cart count remains unresolved, with troubleshooting ongoing.
Hi Hedo,
Please share your store URL and if it is Password protected so, please share that also.
Regards
Sandeep
cheche the pass
Hi @hedo
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
#cart-icon-bubble>svg {
width: 100px !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hi Hedo,
I am Sandeep and I am trying to help you.
here I am giving some CSS please paste this code into your base.css file.
a#cart-icon-bubble svg {
width:60px;
}
a#cart-icon-bubble span {
font-size: 14px;
position: relative;
left:-13px;
top:1px;
}
Thanks & Regards
Sandeep
@Sandeep81 thanks man works but now can’t see the count (little 1) anymore
can still help ?
Want to position it left of c from cart inside the bubble @Sandeep81
Hi,
The cart count is not hidden by the CSS code.
If it is due to CSS so, please remove the CSS and check if the count is coming or not.
Regards
Sandeep
@Sandeep81 @before i add your code I had it if I add your code it’s disappear
Just delete the code for see still no count coming back… can you help ? @Sandeep81