How can I resize the cart icon on Icone theme?

Topic summary

A user seeks help resizing the cart icon on their Icone theme Shopify store (hedonismstore.co).

Multiple solutions are proposed:

  • PageFly-Victor suggests adding CSS code to the base.css file to set the cart icon SVG width to 100px
  • Sandeep81 provides more detailed CSS targeting both the cart icon bubble SVG (60px width) and the count span element (14px font-size, with relative positioning adjustments)

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.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

How to change the cart icon size please thanks

dawn them pass cheche

Hi Hedo,
Please share your store URL and if it is Password protected so, please share that also.

Regards
Sandeep

https://hedonismstore.co

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

@Sandeep81

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

Hi Hedo,
Please see the screenshot cart count is coming.

Regards
Sandeep