Hello, I recently changed the shopping cart icon for my store to a different image, but it is too big and I was wondering how I could change it and make it smaller. I am using the Dawn Theme.

https://glad-youre-here-b5e8.myshopify.com/
Password: aweaya
Thank you
Hi @SimonSmith ,
Glad to support you today.
To can reduce the cart icon size, you can check out my suggestion below to make it:
- Go to Edit code on Online Store:
- pls add my code below to the end of the Base.css file:
.header__icons .header__icon.header__icon--cart {
width: 2rem !important;
}
.header__icons .header__icon.header__icon--cart img {
width: 22px !important;
}
It will show like this when you add my code:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
That does not seem to be working. Where specifically do I place the code in the base.css file?
Or is there a different coding that should be used. I added it to the end of the base.css file and it is not working.
Hi @SimonSmith ,
You can try to add this code above the tag on Theme.liquid:
Eg:
1 Like
I am so glad that my solution can help
.