Make the shopping cart icon bigger

Topic summary

A user wants to enlarge their shopping cart icon to match the size of the adjacent account icon in their store header.

Proposed Solution:

  • Navigate to Online Store → Edit Code → base.css file
  • Add the following CSS at the end of the file:
.header__icon .svg-wrapper {
    width: 50px !important;
}

Status: A solution has been provided but not yet confirmed as implemented or tested by the original poster.

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

I would like to make the shopping cart icon the same size as the account icon next to it.

edensbakehouse.nl

yuidri

Please help thanks!

Go to your online store → edit code → base.css file and paste this code in the end

.header__icon .svg-wrapper {
    width: 50px !important;
}