How can I reduce the size of my cart icon?

Hi,

How can I make my cart icon smaller?

see image attach.

Thank you!

1 Like

@emmaboa

Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

1 Like

Hi,

Url is www.boaspaces.com.

Thank you.

Emma

1 Like

Hi @emmaboa ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.header__icon--cart {
    width: 20px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like